We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4400105 + 27dbe44 commit f2cd496Copy full SHA for f2cd496
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run image
22
- uses: abatilo/actions-poetry@v2.0.0
+ uses: abatilo/actions-poetry@v3.0.0
23
24
poetry-version: ${{ matrix.poetry-version }}
25
- name: Publish
.github/workflows/testing.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install poetry
- name: Install the project dependencies
0 commit comments