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 7eda5a1 + 3cce82b commit 1e8171fCopy full SHA for 1e8171f
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 2
17
18
- name: Set up Python
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
20
with:
21
python-version: "3.9"
22
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
36
- name: Set up Python ${{ matrix.python }}
37
38
39
python-version: ${{ matrix.python }}
40
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments