Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from v1.1.1 to v1.1.2 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 5, 2021
1 parent b24831b commit af2c1a2
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/install-poetry@v1.1.1
uses: snok/install-poetry@v1.1.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 @@ -19,7 +19,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.1.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 @@ -113,7 +113,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.1.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 @@ -113,7 +113,7 @@ jobs:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.1.2

- name: Install deployer
run: |
Expand Down

0 comments on commit af2c1a2

Please sign in to comment.