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 5f09fa5 + 514db80 commit 4fe5615Copy full SHA for 4fe5615
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
version: '1.6'
45
arch: ''
46
steps:
47
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
48
- uses: julia-actions/setup-julia@v2
49
with:
50
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Documentation
11
runs-on: ubuntu-latest
12
13
14
15
16
version: '1' # replace this with whatever version you need
0 commit comments