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 ece4c3b + 7ca6771 commit b771592Copy full SHA for b771592
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
arch:
22
- x64
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@latest
26
with:
27
version: ${{ matrix.version }}
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build Documentation
11
runs-on: ubuntu-latest
12
13
14
- uses: julia-actions/setup-julia@v2
15
16
version: '1'
0 commit comments