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 d063bfc commit 37667a2Copy full SHA for 37667a2
.github/workflows/Documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: julia-actions/setup-julia@latest
21
with:
22
version: '1'
.github/workflows/SpellCheck.yml
@@ -8,6 +8,6 @@ jobs:
8
9
10
- name: Checkout Actions Repository
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
- name: Check spelling
13
uses: crate-ci/typos@master
.github/workflows/clean.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout gh-pages branch
14
15
ref: gh-pages
- name: Delete preview and history + push changes
0 commit comments