We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cfacd8 + 3094876 commit fe14f65Copy full SHA for fe14f65
.github/workflows/Documentation.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ - uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
15
- uses: julia-actions/setup-julia@latest
16
with:
17
version: '1'
.github/workflows/SpellCheck.yml
@@ -8,6 +8,6 @@ jobs:
8
9
10
- name: Checkout Actions Repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.16.23
0 commit comments