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