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 d2192b0 commit b6658cbCopy full SHA for b6658cb
.github/workflows/Benchmark.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: contains(github.event.pull_request.labels.*.name, 'run benchmark')
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: julia-actions/setup-julia@latest
13
- name: Cache artifacts
14
uses: actions/cache@v3
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
arch:
24
- x64
25
26
27
- uses: julia-actions/setup-julia@v1
28
with:
29
version: ${{ matrix.version }}
@@ -50,7 +50,7 @@ jobs:
50
name: Documentation
51
52
53
54
55
56
version: '1'
0 commit comments