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 79b83a3 + 817ec6e commit a04d33bCopy full SHA for a04d33b
.github/workflows/Documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
- uses: julia-actions/setup-julia@latest
18
with:
19
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@v6
12
- name: Check spelling
uses: crate-ci/typos@v1.16.23
0 commit comments