From f0f0f27ae618fd73ba4b035393a8ffcd40ac1e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:00:09 +0000 Subject: [PATCH] chore(deps): update codespell-project/actions-codespell action to v2.1 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index efb4334e..a6108712 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1.0.0 - - uses: codespell-project/actions-codespell@v2.0 + - uses: codespell-project/actions-codespell@v2.1 with: check_hidden: false exclude_file: ./tests/testdata/cluster9/clusters/dev/flux-system/gotk-components.yaml