Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from 1.1.6 to 1.1.7 (#4344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 28, 2021
1 parent c7a8dff commit eeb78f7
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 @@ -81,7 +81,7 @@ jobs:
python-version: "3.8"

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

- 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].6
uses: snok/[email protected].7
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 @@ -104,7 +104,7 @@ jobs:
python-version: "3.8"

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

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

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

- name: Install deployer
run: |
Expand Down

0 comments on commit eeb78f7

Please sign in to comment.