From 141c795a1d4aa955afdb89354203e7ce99b4c289 Mon Sep 17 00:00:00 2001 From: Antynea Date: Sat, 30 May 2026 14:40:54 +0200 Subject: [PATCH] Update checkout action to version 4 --- .github/workflows/codespell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7373aff..b537e16 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,9 +14,8 @@ jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest - steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2