We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c490a1c + c58fd75 commit 1fc473cCopy full SHA for 1fc473c
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
21
with:
22
python-version: "3.10"
23
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v3
39
40
- name: Set up Python ${{ matrix.python }}
41
42
43
python-version: ${{ matrix.python }}
44
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments