We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4725356 + 3fc529f commit 51bb4e4Copy full SHA for 51bb4e4
1 file 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@v1
32
with:
33
version: ${{ matrix.version }}
@@ -43,7 +43,7 @@ jobs:
43
name: Documentation
44
runs-on: ubuntu-latest
45
46
47
48
49
version: "1"
0 commit comments