Skip to content

Commit 727246c

Browse files
authored
Merge pull request OpenPIV#335 from OpenPIV/dependabot/github_actions/abatilo/actions-poetry-4.0.0
Bump abatilo/actions-poetry from 3.0.1 to 4.0.0
2 parents b5c4d86 + e512c3a commit 727246c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image
22-
uses: abatilo/actions-poetry@v3.0.1
22+
uses: abatilo/actions-poetry@v4.0.0
2323
with:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Publish

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install poetry
21-
uses: abatilo/actions-poetry@v3.0.1
21+
uses: abatilo/actions-poetry@v4.0.0
2222
with:
2323
poetry-version: ${{ matrix.poetry-version }}
2424
- name: Install the project dependencies

0 commit comments

Comments
 (0)