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 94da650 + a3703b7 commit 33f8bb1Copy full SHA for 33f8bb1
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 2
21
22
- name: Set up Python
23
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
24
with:
25
python-version: "3.10"
26
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v3
37
38
- name: Set up Python ${{ matrix.python }}
39
40
41
python-version: ${{ matrix.python }}
42
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
0 commit comments