Skip to content

Commit 854bbf6

Browse files
authored
Merge branch 'OpenPIV:master' into master
2 parents 3ff5409 + f2cd496 commit 854bbf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v2.0.0
22+
uses: abatilo/actions-poetry@v3.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@v2.0.0
21+
uses: abatilo/actions-poetry@v3.0.0
2222
with:
2323
poetry-version: ${{ matrix.poetry-version }}
2424
- name: Install the project dependencies

0 commit comments

Comments
 (0)