Skip to content

Commit 1f959cc

Browse files
Bump abatilo/actions-poetry from 3 to 4 (#435)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 089a5a3 commit 1f959cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.11"
2424
- name: Install poetry
25-
uses: abatilo/actions-poetry@v3
25+
uses: abatilo/actions-poetry@v4
2626
with:
2727
poetry-version: "1.8.3"
2828

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.11"
1919
- name: Install poetry
20-
uses: abatilo/actions-poetry@v3
20+
uses: abatilo/actions-poetry@v4
2121
with:
2222
poetry-version: "1.3.2"
2323
- name: Install tox
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install poetry
50-
uses: abatilo/actions-poetry@v3
50+
uses: abatilo/actions-poetry@v4
5151
with:
5252
poetry-version: "1.3.2"
5353
- name: Install tox

0 commit comments

Comments
 (0)