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 a8209b6 + 001e4d4 commit 80f5976Copy full SHA for 80f5976
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
- x64
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
37
arch: ${{ matrix.arch }}
.github/workflows/Documenter.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
16
version: '1.10'
17
- uses: julia-actions/julia-docdeploy@latest
0 commit comments