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 8d55d1a commit 9a1b93bCopy full SHA for 9a1b93b
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
- version: 'nightly'
32
allow_failure: true
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
35
- uses: julia-actions/setup-julia@v2
36
with:
37
version: ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
52
contents: write
53
statuses: write
54
55
56
57
58
version: '1'
.github/workflows/DocPreviewCleanup.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout gh-pages branch
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
ref: gh-pages
17
- name: Delete preview and history + push changes
0 commit comments