Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump abatilo/actions-poetry from 3.0.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 3.0.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@v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 12, 2024
1 parent 166d68b commit f676713
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Init python poetry action
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: 1.5.1
- uses: actions/cache@v4
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
# Avoid caching to be 100% confident things are working properly
- name: Init python poetry action
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: 1.5.1

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
# Avoid caching to be 100% confident things are working properly
- name: Init python poetry action
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: 1.5.1

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Init Python Poetry Action
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: 1.5.1
- uses: actions/cache@v4

0 comments on commit f676713

Please sign in to comment.