Skip to content

Commit da4101f

Browse files
Bump abatilo/actions-poetry from 3.0.0 to 3.0.1
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]>
1 parent e9e7e2c commit da4101f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Init python poetry action
26-
uses: abatilo/[email protected].0
26+
uses: abatilo/[email protected].1
2727
with:
2828
poetry-version: 1.5.1
2929
- uses: actions/cache@v4

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
# Avoid caching to be 100% confident things are working properly
2929
- name: Init python poetry action
30-
uses: abatilo/[email protected].0
30+
uses: abatilo/[email protected].1
3131
with:
3232
poetry-version: 1.5.1
3333

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
# Avoid caching to be 100% confident things are working properly
2222
- name: Init python poetry action
23-
uses: abatilo/[email protected].0
23+
uses: abatilo/[email protected].1
2424
with:
2525
poetry-version: 1.5.1
2626

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

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

0 commit comments

Comments
 (0)