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 9cf297d commit a353fdcCopy full SHA for a353fdc
.github/workflows/benchmark.yml
@@ -8,12 +8,12 @@ jobs:
8
benchmark:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: julia-actions/setup-julia@v1
13
with:
14
- version: '^1.6.0-0'
+ version: '1.7'
15
- name: Cache artifacts
16
- uses: actions/cache@v2
+ uses: actions/cache@v3
17
18
path: |
19
~/.julia/artifacts
0 commit comments