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 b1bc42c commit 19a3d88Copy full SHA for 19a3d88
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- macOS-latest
30
- windows-latest
31
steps:
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
- uses: julia-actions/setup-julia@v2
34
with:
35
version: ${{ matrix.version }}
.github/workflows/Documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
arch:
26
- x64
27
28
- uses: julia-actions/setup-julia@latest
.github/workflows/DocumentationPreviewCleanup.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
18
- name: Checkout gh-pages branch
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
ref: gh-pages
22
- name: Delete preview and history + push changes
0 commit comments