Skip to content

Commit ffb761f

Browse files
Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 (#1294)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 to 4.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@v3.0.1...v4.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 b7ef2bb commit ffb761f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/advanced-on-demand.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151

5252
- name: Install Poetry ${{ matrix.poetry-version }}
53-
uses: abatilo/actions-poetry@v3.0.1
53+
uses: abatilo/actions-poetry@v4.0.0
5454
with:
5555
poetry-version: ${{ matrix.poetry-version }}
5656

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python-version }}
4141

4242
- name: Install Poetry ${{ matrix.poetry-version }}
43-
uses: abatilo/actions-poetry@v3.0.1
43+
uses: abatilo/actions-poetry@v4.0.0
4444
with:
4545
poetry-version: ${{ matrix.poetry-version }}
4646

.github/workflows/nightly-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install Poetry ${{ matrix.poetry-version }}
26-
uses: abatilo/actions-poetry@v3.0.1
26+
uses: abatilo/actions-poetry@v4.0.0
2727
with:
2828
poetry-version: ${{ matrix.poetry-version }}
2929

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.9'
2727

2828
- name: Install Poetry
29-
uses: abatilo/actions-poetry@v3.0.1
29+
uses: abatilo/actions-poetry@v4.0.0
3030
with:
3131
poetry-version: '1.5.1'
3232

0 commit comments

Comments
 (0)