We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c30abe + 345f899 commit f1d68ffCopy full SHA for f1d68ff
2 files changed
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
arch:
28
- x64
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
31
- uses: julia-actions/setup-julia@v2
32
with:
33
version: ${{ matrix.version }}
.github/workflows/documentation.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
17
18
- uses: julia-actions/setup-julia@latest
19
20
version: '1.10'
0 commit comments