Browse Source

Update codespell-project/actions-codespell action to v2.1 (#5151)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
0b58a783b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/checks.yml

+ 1 - 1
.github/workflows/checks.yml

@@ -125,7 +125,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
       - name: Run CodeSpell
       - name: Run CodeSpell
-        uses: codespell-project/actions-codespell@v2.0
+        uses: codespell-project/actions-codespell@v2.1
         with:
         with:
           check_hidden: true
           check_hidden: true
           check_filenames: true
           check_filenames: true