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 0eeb716 + 89fa677 commit c7d0ef5Copy full SHA for c7d0ef5
3 files changed
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
arch:
27
- x64
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
30
- uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
.github/workflows/Downgrade.yml
@@ -20,7 +20,7 @@ jobs:
20
downgrade_mode: ['alldeps']
21
julia-version: ['1.10', '1', 'pre']
22
23
24
25
version: ${{ matrix.julia-version }}
.github/workflows/SpellCheck.yml
@@ -8,6 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Checkout Actions Repository
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
12
- name: Check spelling
13
uses: crate-ci/typos@v1.16.23
0 commit comments