Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#177)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2.1.6...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 29, 2022
1 parent 32e6e64 commit 9e49d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.10'
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.1.12
- name: Install pip dependencies
Expand All @@ -50,7 +50,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.10'
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.1.12
- name: Install pip dependencies
Expand Down

0 comments on commit 9e49d9e

Please sign in to comment.