Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 0b2dc3c commit d755b1f
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/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

- 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/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

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

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

- 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/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

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

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

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

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.0

- name: Install tox
run: |
Expand Down

0 comments on commit d755b1f

Please sign in to comment.