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 47c145b commit de7438bCopy full SHA for de7438b
.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.10"
22
.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