Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from 1.1.7 to 1.1.8 (#4446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 10, 2021
1 parent 6ad6580 commit 00a54e0
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/[email protected].7
uses: snok/[email protected].8

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

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

- name: Install deployer
run: |
Expand Down

0 comments on commit 00a54e0

Please sign in to comment.