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 25acd31Copy full SHA for 25acd31
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- python-version: '2.7'
26
container-image: python:2.7
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
31
0 commit comments