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 33a4cd3 + 435924f commit 8bd2fd9Copy full SHA for 8bd2fd9
.github/workflows/benchmark.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- uses: julia-actions/setup-julia@v1
24
with:
25
version: "1"
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
arch:
- x64
26
27
28
29
version: ${{ matrix.version }}
@@ -48,7 +48,7 @@ jobs:
48
# name: Documentation
49
# runs-on: ubuntu-latest
50
# steps:
51
-# - uses: actions/checkout@v3
+# - uses: actions/checkout@v4
52
# - uses: julia-actions/setup-julia@v1
53
# with:
54
# version: '1'
0 commit comments