Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from v1.1.3 to v1.1.4 (#3549)
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 253296e commit c9cb62f
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].3
uses: snok/[email protected].4

- 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].3
uses: snok/[email protected].4
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].3
uses: snok/[email protected].4

- 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].3
uses: snok/[email protected].4

- name: Install deployer
run: |
Expand Down

0 comments on commit c9cb62f

Please sign in to comment.