We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7841c04 + e3631ed commit 6173b48Copy full SHA for 6173b48
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
arch:
23
- x64
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
- uses: julia-actions/setup-julia@v2
27
with:
28
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Documentation
13
runs-on: ubuntu-latest
14
15
16
17
18
version: '1'
0 commit comments