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

Commit

Permalink
build(deps): bump snok/install-poetry from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2022
1 parent 48e52ad commit e7a3f12
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 @@ -67,7 +67,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.0
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.0
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-in-project: true

Expand Down

0 comments on commit e7a3f12

Please sign in to comment.