Skip to content

Commit d7955a0

Browse files
Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 (#916)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 37cd2a1 commit d7955a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424

2525
- name: Install Poetry
26-
uses: abatilo/[email protected].0
26+
uses: abatilo/[email protected].1
2727
with:
2828
poetry-version: 1.3.2
2929

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ env.PYTHON_VERSION }}
2121

2222
- name: Install Poetry
23-
uses: abatilo/[email protected].0
23+
uses: abatilo/[email protected].1
2424
with:
2525
poetry-version: 1.3.2
2626

0 commit comments

Comments
 (0)