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 4b6a29e + bdd13c6 commit e4fff44Copy full SHA for e4fff44
.github/workflows/Documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
statuses: write
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- uses: julia-actions/setup-julia@v2
20
with:
21
version: '1'
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
arch:
32
- x64
33
34
35
36
37
version: ${{ matrix.version }}
.github/workflows/spellcheck.yml
@@ -8,6 +8,6 @@ jobs:
8
9
10
- name: Checkout Actions Repository
11
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
12
- name: Check spelling
13
uses: crate-ci/[email protected]
0 commit comments