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.
1 parent 8476991 commit c009c4dCopy full SHA for c009c4d
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ jobs:
20
arch:
21
- x64
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- uses: julia-actions/setup-julia@v2
25
with:
26
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
15
16
17
version: '1'
0 commit comments