Skip to content

Commit 391d758

Browse files
Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 (#27)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9c4e5b commit 391d758

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.3.0
26+
uses: abatilo/actions-poetry@v2.4.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.3.0
46+
uses: abatilo/actions-poetry@v2.4.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.3.0
16+
uses: abatilo/actions-poetry@v2.4.0
1717
with:
1818
poetry-version: '1.5.0'
1919
- name: Install pip dependencies

0 commit comments

Comments
 (0)