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 9efce55 commit 263b7a7Copy full SHA for 263b7a7
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
31
32
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
33
# Only set up Python if we're running directly on an agent. If we're in
34
# a container, the image should already provide the intended Python.
35
if: '! matrix.container-image'
0 commit comments