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

Commit ba378d7

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 e75247e commit ba378d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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.0.0
28+
uses: abatilo/actions-poetry@v4
2929
with:
3030
poetry-version: 1.8.4
3131

@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.11
7070

7171
- name: Set up Poetry
72-
uses: abatilo/actions-poetry@v3
72+
uses: abatilo/actions-poetry@v4
7373
with:
7474
poetry-version: 1.8.4
7575

0 commit comments

Comments
 (0)