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 73775d7 commit 6282a08Copy full SHA for 6282a08
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
- windows-latest
29
- macOS-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/DocsNav.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout gh-pages branch
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
ref: gh-pages
23
0 commit comments