We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-python
v5
1 parent c3eba14 commit f6edcf7Copy full SHA for f6edcf7
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
cache: maven
42
43
- name: Set up Python
44
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
45
with:
46
python-version: '3.8'
47
architecture: 'x64'
.github/workflows/ci.yml
@@ -211,7 +211,7 @@ jobs:
211
212
213
214
215
216
217
0 commit comments