We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089a5a3 commit 1f959ccCopy full SHA for 1f959cc
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
python-version: "3.11"
24
- name: Install poetry
25
- uses: abatilo/actions-poetry@v3
+ uses: abatilo/actions-poetry@v4
26
27
poetry-version: "1.8.3"
28
.github/workflows/tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
poetry-version: "1.3.2"
- name: Install tox
@@ -47,7 +47,7 @@ jobs:
47
48
python-version: ${{ matrix.python-version }}
49
50
51
52
53
0 commit comments