From 909dba6573fa85001910e499dec37e847309674b Mon Sep 17 00:00:00 2001 From: Meenbeese Date: Thu, 18 Jul 2024 20:40:26 -0400 Subject: [PATCH] Upgrade GitHub Checkout Action from v3 to v4 --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3138964..6c9b4dd 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -4,6 +4,6 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: pip install codespell - run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"