Skip to content

Commit

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

---
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] committed Oct 17, 2022
1 parent ce9464d commit f248780
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 @@ -30,7 +30,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1.3.3
with:
virtualenvs-create: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.0.0
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1.3.3
with:
virtualenvs-create: true
- name: Publish to PyPI
Expand Down

0 comments on commit f248780

Please sign in to comment.