From 1e0908d1c31f358152a2af652c25d1fb6cd60d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:44:52 +0900 Subject: [PATCH] chore(deps): bump streetsidesoftware/cspell-action from 2 to 5 in /spell-check (#262) chore(deps): bump streetsidesoftware/cspell-action in /spell-check Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2 to 5. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2...v5) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spell-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spell-check/action.yaml b/spell-check/action.yaml index 2afc1a08..bfa4d321 100644 --- a/spell-check/action.yaml +++ b/spell-check/action.yaml @@ -57,7 +57,7 @@ runs: shell: bash - name: Run spell check - uses: streetsidesoftware/cspell-action@v2 + uses: streetsidesoftware/cspell-action@v5 with: config: .cspell.json incremental_files_only: ${{ inputs.incremental-files-only }}