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 6ec0dc2 commit 5d83a9fCopy full SHA for 5d83a9f
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
os: ubuntu-latest
33
arch: x86
34
steps:
35
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
36
- uses: julia-actions/setup-julia@v1
37
with:
38
version: ${{ matrix.version }}
.github/workflows/documentation.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
12
13
- uses: julia-actions/setup-julia@latest
14
15
# Build documentation on Julia 1.10
0 commit comments