We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d470395 + 4801967 commit 860c0c2Copy full SHA for 860c0c2
3 files changed
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
arch:
22
- x64
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
.github/workflows/DocPreviewCleanup.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Checkout gh-pages branch
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
ref: gh-pages
17
.github/workflows/Documentation.yml
@@ -10,7 +10,7 @@ jobs:
10
name: MultiDocumentation
version: "1"
0 commit comments