Skip to content

Commit

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

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

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] committed Jan 27, 2024
1 parent 33b2b4f commit d656b40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
show-progress: false

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
version: 1.6.1
virtualenvs-create: true
Expand Down

0 comments on commit d656b40

Please sign in to comment.