Skip to content

Commit

Permalink
Build(deps): Bump snok/install-poetry from 1.4.0 to 1.4.1 (#368)
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 6144a29 commit 71fd968
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.12'

- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install CI dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install tox
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install tox
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install tox
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install tox
run: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Install tox
run: |
Expand Down

0 comments on commit 71fd968

Please sign in to comment.