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 55c64ae + 02f8602 commit da20cd2Copy full SHA for da20cd2
.github/workflows/Downgrade.yml
@@ -18,7 +18,7 @@ jobs:
18
downgrade_mode: ['alldeps']
19
julia-version: ['1.10']
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- uses: julia-actions/setup-julia@v2
23
with:
24
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@v5
12
- name: Check spelling
13
uses: crate-ci/[email protected]
0 commit comments