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 720abcc + 8768403 commit 61ab050Copy full SHA for 61ab050
.github/workflows/SpellCheck.yml
@@ -8,6 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout Actions Repository
11
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
12
- name: Check spelling
13
uses: crate-ci/typos@master
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
julia-arch: [x86]
22
os: [ubuntu-latest]
23
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
- uses: julia-actions/setup-julia@latest
26
with:
27
version: ${{ matrix.julia-version }}
0 commit comments