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 65a1a49 commit b636bfaCopy full SHA for b636bfa
3 files changed
.github/workflows/Benchmarks.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
version: '1'
44
arch: x64
45
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
46
- name: Run benchmark
47
run: |
48
cd benchmarks
.github/workflows/Documentation.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: julia-actions/setup-julia@v2
37
38
version: 'lts'
39
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-docdeploy@v1
env:
.github/workflows/Tests.yml
@@ -44,7 +44,7 @@ jobs:
show-versioninfo: true
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
49
- uses: julia-actions/julia-runtest@v1
50
0 commit comments