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 456e0c1 + 11f3d15 commit c3b8914Copy full SHA for c3b8914
.github/workflows/benchmarks.yml
@@ -25,7 +25,7 @@ jobs:
25
PYTHONFAULTHANDLER: "true"
26
27
steps:
28
- - uses: "actions/checkout@v2"
+ - uses: "actions/checkout@v3"
29
with:
30
# We need tags to get the correct code version:
31
fetch-depth: 0
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
@@ -125,7 +125,7 @@ jobs:
125
name: "Documentation check and publish"
126
runs-on: "ubuntu-latest"
127
128
129
- name: "Run mdbook"
130
run: |
131
set -euo pipefail
0 commit comments