From c1f094a38fbd9a1189084b79f8da789a1c1db983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:08:54 +0000 Subject: [PATCH] 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 a5bd7d7..1e26f2e 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 - name: Run yamllint