Skip to content

Commit bbd98cc

Browse files
dependabot[bot]dpassen
authored andcommitted
Bump abatilo/actions-poetry from 3 to 4
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] <[email protected]>
1 parent 444571b commit bbd98cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/format.yaml

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

2222
- name: Install Poetry
23-
uses: abatilo/actions-poetry@v3
23+
uses: abatilo/actions-poetry@v4
2424
with:
2525
poetry-version: "1.8.5"
2626

.github/workflows/lint.yaml

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

2222
- name: Install Poetry
23-
uses: abatilo/actions-poetry@v3
23+
uses: abatilo/actions-poetry@v4
2424
with:
2525
poetry-version: "1.8.5"
2626

.github/workflows/test.yaml

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

2222
- name: Install Poetry
23-
uses: abatilo/actions-poetry@v3
23+
uses: abatilo/actions-poetry@v4
2424
with:
2525
poetry-version: "1.8.5"
2626

.github/workflows/typecheck.yaml

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

2222
- name: Install Poetry
23-
uses: abatilo/actions-poetry@v3
23+
uses: abatilo/actions-poetry@v4
2424
with:
2525
poetry-version: "1.8.5"
2626

0 commit comments

Comments
 (0)