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 2c648cf commit da85f5eCopy full SHA for da85f5e
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
os: macos-latest
40
arch: x64
41
steps:
42
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
43
- uses: julia-actions/setup-julia@v2
44
with:
45
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Documentation
11
runs-on: ubuntu-latest
12
13
14
- uses: julia-actions/julia-buildpkg@latest
15
- uses: julia-actions/julia-docdeploy@latest
16
env:
0 commit comments