Skip to content

Commit 6fa1e12

Browse files
Bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#29)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2.4.0...v3.0.0) --- 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 2ddd901 commit 6fa1e12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: '3.11'
2525
- name: Install poetry
26-
uses: abatilo/actions-poetry@v2.4.0
26+
uses: abatilo/actions-poetry@v3.0.0
2727
with:
2828
poetry-version: '1.5.0'
2929
- name: Install pip dependencies
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version: '3.11'
4545
- name: Install poetry
46-
uses: abatilo/actions-poetry@v2.4.0
46+
uses: abatilo/actions-poetry@v3.0.0
4747
with:
4848
poetry-version: '1.5.0'
4949
- name: Install pip dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.11'
1515
- name: Install poetry
16-
uses: abatilo/actions-poetry@v2.4.0
16+
uses: abatilo/actions-poetry@v3.0.0
1717
with:
1818
poetry-version: '1.5.0'
1919
- name: Install pip dependencies

0 commit comments

Comments
 (0)