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.
2 parents 776190d + 55c5d3e commit 04a41ddCopy full SHA for 04a41dd
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- run: pipx install poetry
14
- uses: actions/setup-python@v4
15
with:
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
16
17
18
- name: Set up Python 3.10
19
uses: actions/setup-python@v4
20
0 commit comments