We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb76bf8 commit ae09511Copy full SHA for ae09511
.github/workflows/Benchmark.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: julia-actions/setup-julia@latest
14
- name: Cache artifacts
15
- uses: actions/cache@v1
+ uses: actions/cache@v4
16
env:
17
cache-name: cache-artifacts
18
with:
.github/workflows/UnitTest.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="CheckedArithmeticCore")])'
32
33
34
35
36
37
0 commit comments