Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent db69f9b commit e68f25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true

Expand Down

0 comments on commit e68f25d

Please sign in to comment.