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

Commit 62311f3

Browse files
chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#152)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76d9114 commit 62311f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Set up Poetry
21-
uses: abatilo/[email protected].5
21+
uses: abatilo/[email protected].6
2222
with:
2323
poetry-version: 1.1.13
2424
- name: Run Tests

.github/workflows/manual_pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: "3.10"
2323
- name: Set up Poetry
24-
uses: abatilo/[email protected].5
24+
uses: abatilo/[email protected].6
2525
with:
2626
poetry-version: 1.1.13
2727
- name: Install dependencies

0 commit comments

Comments
 (0)