Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bump snok/install-poetry from 1.1.8 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.8 to 1.2.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.1.8...v1.2.1)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 4, 2021
1 parent e06f790 commit be30f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install Poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2.1
with:
virtualenvs-create: false
virtualenvs-in-project: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.8.9'

- name: Install Poetry
uses: snok/install-poetry@v1.1.8
uses: snok/install-poetry@v1.2.1
with:
virtualenvs-create: false
virtualenvs-in-project: false
Expand Down

0 comments on commit be30f89

Please sign in to comment.