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 f297c39 commit d7fffe0Copy full SHA for d7fffe0
.github/workflows/bench.yaml
@@ -14,7 +14,7 @@ jobs:
14
name: Run benchmarks
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v4
18
19
- uses: actions/setup-python@v5
20
with:
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
PYTHON: ${{ matrix.python-version }}
24
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
27
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
28
0 commit comments