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 d09de48 + 6540ba4 commit 82297c4Copy full SHA for 82297c4
.github/workflows/Downgrade.yml
@@ -20,7 +20,7 @@ jobs:
20
downgrade_mode: ['alldeps']
21
julia-version: ['1.10']
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
- uses: julia-actions/setup-julia@v2
25
with:
26
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.18.0
.github/workflows/Tests.yml
@@ -19,7 +19,7 @@ jobs:
19
PYTHON: python3
version: '1'
0 commit comments