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.
2 parents bc4e9d3 + 8f9d362 commit 4e2bce9Copy full SHA for 4e2bce9
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: julia-actions/install-juliaup@v2
28
with:
29
channel: ${{matrix.version}}
30
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
31
env:
32
cache-name: cache-artifacts
33
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: julia-actions/setup-julia@v1
12
13
version: '1.11'
14
15
16
17
0 commit comments