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 12d8ec1 commit a464795Copy full SHA for a464795
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
PYTHON: ${{ matrix.python-version }}
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
with:
21
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
22
0 commit comments