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 65e8058 + c26f717 commit 555cf99Copy full SHA for 555cf99
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
arch: x64
32
allow-to-fail: true
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
35
- uses: julia-actions/setup-julia@v1
36
with:
37
version: ${{ matrix.version }}
@@ -59,7 +59,7 @@ jobs:
59
name: Documentation
60
runs-on: ubuntu-latest
61
62
63
- uses: julia-actions/julia-buildpkg@latest
64
- uses: julia-actions/julia-docdeploy@latest
65
env:
0 commit comments