Skip to content

Commit c5a4e5a

Browse files
chore(deps): bump abatilo/actions-poetry from 3 to 4 (#254)
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 049d185 commit c5a4e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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: latest
3131

@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Set up Poetry
96-
uses: abatilo/actions-poetry@v3
96+
uses: abatilo/actions-poetry@v4
9797
with:
9898
poetry-version: 1.8.4
9999

0 commit comments

Comments
 (0)