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.
2 parents 2c47037 + 43cb611 commit 7cd623fCopy full SHA for 7cd623f
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
OS: ${{ matrix.os }}
25
runs-on: ${{ matrix.os }}
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
with:
29
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
30
0 commit comments