Skip to content

Commit a353fdc

Browse files
committed
Try to fix benchmarks
1 parent 9cf297d commit a353fdc

File tree

3 files changed

+227
-133
lines changed

3 files changed

+227
-133
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
benchmark:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: julia-actions/setup-julia@v1
1313
with:
14-
version: '^1.6.0-0'
14+
version: '1.7'
1515
- name: Cache artifacts
16-
uses: actions/cache@v2
16+
uses: actions/cache@v3
1717
with:
1818
path: |
1919
~/.julia/artifacts

0 commit comments

Comments
 (0)