Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from 1.1.8 to 1.2 (#4619)
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.8 to 1.2.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.1.8...v1.2)

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

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 Sep 7, 2021
1 parent fd2cc25 commit dd86b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2

- name: Install deployer
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-deployer.yml') }}

- name: Install Python poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2

- name: Install deployer
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2

- name: Install deployer
run: |
Expand Down

0 comments on commit dd86b9e

Please sign in to comment.