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 75933d5 commit 14cd6d6Copy full SHA for 14cd6d6
.github/workflows/Documentation.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: julia-actions/setup-julia@latest
17
with:
18
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
- name: Check spelling
uses: crate-ci/typos@v1.18.1
0 commit comments