Skip to content

Commit 1a82fca

Browse files
authored
Upgrade actions/checkout to v4 (#4122)
This eliminates reported by Action runs: > **Spell Check with Typos** > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent 8c818a2 commit 1a82fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Check spelling of proposals
1717
uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a

0 commit comments

Comments
 (0)