Skip to content

Commit e512c3a

Browse files
Bump abatilo/actions-poetry from 3.0.1 to 4.0.0
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 to 4.0.0. - [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.1...v4.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b19397 commit e512c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image
22-
uses: abatilo/actions-poetry@v3.0.1
22+
uses: abatilo/actions-poetry@v4.0.0
2323
with:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Publish

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install poetry
21-
uses: abatilo/actions-poetry@v3.0.1
21+
uses: abatilo/actions-poetry@v4.0.0
2222
with:
2323
poetry-version: ${{ matrix.poetry-version }}
2424
- name: Install the project dependencies

0 commit comments

Comments
 (0)