Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 87189b4

Browse files
chore(deps): bump abatilo/actions-poetry from 3 to 4
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]>
1 parent 0502e66 commit 87189b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Set up Poetry
28-
uses: abatilo/actions-poetry@v3
28+
uses: abatilo/actions-poetry@v4
2929
with:
3030
poetry-version: 1.8.4
3131

@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676

7777
- name: Set up Poetry
78-
uses: abatilo/actions-poetry@v3
78+
uses: abatilo/actions-poetry@v4
7979
with:
8080
poetry-version: 1.8.4
8181

@@ -115,7 +115,7 @@ jobs:
115115
run: make rename_project
116116

117117
- name: Set up Poetry
118-
uses: abatilo/actions-poetry@v3
118+
uses: abatilo/actions-poetry@v4
119119
with:
120120
poetry-version: 1.8.4
121121

0 commit comments

Comments
 (0)