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 991f5e7 commit 43cb611Copy full SHA for 43cb611
.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