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.
1 parent 243a6c3 commit d89bf07Copy full SHA for d89bf07
.github/workflows/SpellCheck.yml
@@ -8,6 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout Actions Repository
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
- name: Check spelling
13
uses: crate-ci/typos@master
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
julia-arch: [x86]
22
os: [ubuntu-latest]
23
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@latest
26
with:
27
version: ${{ matrix.julia-version }}
0 commit comments