From 3493367556f47c68f7a6fafb696291a3e28fdf74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 20:31:00 +0000 Subject: [PATCH] Bump rojopolis/spellcheck-github-actions from 0.63.0 to 0.66.0 Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.63.0 to 0.66.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/e619e00ca22f01ade9d73048dcd6518bedc552f2...c1934c57e61c734261d7905b525486b12f8eb670) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 522a66e27998..5f271658e649 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 + - uses: rojopolis/spellcheck-github-actions@c1934c57e61c734261d7905b525486b12f8eb670 # 0.66.0 - name: Notify Slack on Failure if: failure() uses: ./.github/actions/notify-slack-failure