From 1a82fca4eb46b7a7eab85453c77d149d67a67489 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Thu, 4 Apr 2024 15:37:29 +0100 Subject: [PATCH] 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/. --- .github/workflows/spell-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index 7b1fd92d..11f01938 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Check spelling of proposals uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a