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 f79c043 + 5bfb6e9 commit f32201cCopy full SHA for f32201c
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v4
36
with:
37
persist-credentials: false
38
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
39
40
show-versioninfo: true
41
version: ${{ matrix.version }}
.github/workflows/Documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
28
29
- uses: julia-actions/cache@v1
30
- uses: julia-actions/julia-buildpkg@latest
31
- uses: julia-actions/julia-docdeploy@latest
0 commit comments