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 3a32cd9 + 094a3c2 commit 7d449f4Copy full SHA for 7d449f4
.github/workflows/Documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
statuses: write
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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@v4
+ uses: actions/checkout@v5
12
- name: Check spelling
13
uses: crate-ci/typos@v1.16.23
0 commit comments