Skip to content

Commit 9c1d421

Browse files
Bump abatilo/actions-poetry from 3 to 4 (#36)
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 02d6e57 commit 9c1d421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.10"
16-
- uses: abatilo/actions-poetry@v3
16+
- uses: abatilo/actions-poetry@v4
1717
- name: Bump up version
1818
run: |
1919
poetry version ${{ github.ref_name }}

0 commit comments

Comments
 (0)