Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from 1.1.4 to 1.1.6 (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and peterbe committed Jun 1, 2021
1 parent 430751f commit b3ef08e
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 @@ -91,7 +91,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/[email protected].4
uses: snok/[email protected].6

- 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 @@ -19,7 +19,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/[email protected].4
uses: snok/[email protected].6
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 @@ -116,7 +116,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/[email protected].4
uses: snok/[email protected].6

- 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 @@ -116,7 +116,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/[email protected].4
uses: snok/[email protected].6

- name: Install deployer
run: |
Expand Down

0 comments on commit b3ef08e

Please sign in to comment.