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 f91714b commit b167804Copy full SHA for b167804
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
arch:
25
- x64
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
- uses: julia-actions/setup-julia@v1
29
with:
30
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