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.
2 parents 91a943c + ac1aebf commit 25160b2Copy full SHA for 25160b2
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
arch:
25
- x64
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- uses: julia-actions/setup-julia@v2
29
with:
30
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
53
actions: write
54
contents: read
55
56
57
58
59
version: '1'
.github/workflows/docpreviewcleanup.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
18
- name: Checkout gh-pages branch
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
ref: gh-pages
22
- name: Delete preview and history + push changes
0 commit comments