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 1f3b2bf + 95da42f commit 2823564Copy full SHA for 2823564
.github/workflows/Downgrade.yml
@@ -29,7 +29,7 @@ jobs:
29
- macos-latest
30
- windows-latest
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
- uses: julia-actions/setup-julia@v2
34
with:
35
version: ${{ matrix.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/typos@v1.35.7
0 commit comments