Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.6 to 2.3.0
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.3.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.3.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]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 9fb7c06 commit 0ded9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Poetry Setup
- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: '1.2.0'

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

# Poetry Setup
- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: View poetry --version
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

# Poetry Setup
- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: '1.2.0'
- name: View poetry --version
Expand Down

0 comments on commit 0ded9da

Please sign in to comment.