We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 568d12c + 0da05c2 commit 5eeba86Copy full SHA for 5eeba86
2 files changed
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
os:
29
- ubuntu-latest
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
- uses: julia-actions/setup-julia@v2
33
with:
34
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.8
0 commit comments