Skip to content

Commit a960e18

Browse files
authored
Merge pull request #333 from OpenPIV/dependabot/github_actions/abatilo/actions-poetry-3.0.1
Bump abatilo/actions-poetry from 3.0.0 to 3.0.1
2 parents a8e4c8b + 1d2ee5c commit a960e18

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

0 commit comments

Comments
 (0)