From 277a91da4c813e672e48a84d2cc04a49af32641d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:57:06 +0000 Subject: [PATCH] chore(deps): update streetsidesoftware/cspell-action action to v4 --- .github/workflows/cspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 23d356e5..0107d4ba 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: streetsidesoftware/cspell-action@v3 + - uses: streetsidesoftware/cspell-action@v4 with: files: "*.{rs,ts,tsx,md}" incremental_files_only: false