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 bb76bf8 commit 1952a6eCopy full SHA for 1952a6e
.github/workflows/Benchmark.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: contains(github.event.pull_request.labels.*.name, 'run benchmark')
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- uses: julia-actions/setup-julia@latest
14
- name: Cache artifacts
15
uses: actions/cache@v1
.github/workflows/UnitTest.yml
@@ -20,7 +20,7 @@ jobs:
20
julia-version: '1'
21
julia-arch: x86
22
23
24
25
- name: "Set up Julia"
26
uses: julia-actions/setup-julia@v1
0 commit comments