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.