From 0b58a783b9b33b63eef2994af8958c0c6a72dc51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:51:07 -0600 Subject: [PATCH] Update codespell-project/actions-codespell action to v2.1 (#5151) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c280885632c..9d338bb642f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -125,7 +125,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run CodeSpell - uses: codespell-project/actions-codespell@v2.0 + uses: codespell-project/actions-codespell@v2.1 with: check_hidden: true check_filenames: true