Skip to content

Commit 35b8bda

Browse files
Bump abatilo/actions-poetry from 3 to 4 (#96)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v3...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac1aab3 commit 35b8bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install Poetry ${{ matrix.poetry-version }}
37-
uses: abatilo/actions-poetry@v3
37+
uses: abatilo/actions-poetry@v4
3838
with:
3939
poetry-version: ${{ matrix.poetry-version }}
4040
- name: Setup a local virtual environment

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: '3.x'
2929
- name: Install Poetry
30-
uses: abatilo/actions-poetry@v3
30+
uses: abatilo/actions-poetry@v4
3131
with:
3232
poetry-version: 1.5.1
3333
- name: Build package

0 commit comments

Comments
 (0)