From 11f2d8a7f769f6e02849e3fce25c88d8b710bf66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:49:28 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v47.0.6 --- .github/workflows/codespell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index f99bc53..55538af 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v47.0.5 + uses: tj-actions/changed-files@v47.0.6 - uses: codespell-project/actions-codespell@v2 with: # Exit with 0 regardless of typos.