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 edc4297 commit 0eb0132Copy full SHA for 0eb0132
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
os: ubuntu-latest
23
arch: x86
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- uses: julia-actions/setup-julia@v1
27
with:
28
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