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 fb4036b + 04172df commit b17a752Copy full SHA for b17a752
1 file changed
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
arch: aarch64
31
version: '1'
32
steps:
33
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
34
- uses: julia-actions/setup-julia@v3
35
with:
36
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
46
name: Documentation
47
runs-on: ubuntu-latest
48
49
50
- uses: julia-actions/cache@v3
51
- uses: julia-actions/julia-buildpkg@latest
52
- uses: julia-actions/julia-docdeploy@latest
0 commit comments