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 e927b1d commit 80348edCopy full SHA for 80348ed
.github/workflows/ci-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
36
- name: Set up Python
37
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
38
with:
39
python-version: ${{ env.py-semver }}
40
cache: pip
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
@@ -114,7 +114,7 @@ jobs:
114
- uses: actions/checkout@v4
115
116
117
118
119
python-version: "3.12"
120
0 commit comments