Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.3.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2.3.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 90eb230 commit a1cc183
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 @@ -28,7 +28,7 @@ jobs:

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

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

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

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

0 comments on commit a1cc183

Please sign in to comment.