We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970f7a6 + a383571 commit 1efa16fCopy full SHA for 1efa16f
1 file changed
.github/workflows/python.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
python-version: ['3.11', '3.12', '3.13']
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- uses: actions/setup-python@v5
@@ -29,7 +29,7 @@ jobs:
29
needs: build
30
runs-on: ubuntu-latest
31
32
33
34
35
0 commit comments