From 9be972136244c17ed271b8fb0a9cf9cececfb627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:43:54 +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 e5dee12..549faac 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v3 + - uses: streetsidesoftware/cspell-action@v4 with: files: | src/**/*.rs