Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#27)
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@2.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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Julien Siebert <[email protected]>
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
dependabot[bot] authored and adam2392 committed Dec 21, 2022
1 parent 3768d8b commit 7bd3e72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.9'
architecture: 'x64'
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install Poetry Dynamic Versioning Plugin
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install Poetry Dynamic Versioning Plugin
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install Poetry Dynamic Versioning Plugin
Expand Down

0 comments on commit 7bd3e72

Please sign in to comment.