From 120edf86950dd91f46ad36691e6e84001da8c061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:33:53 +0000 Subject: [PATCH] build(deps): Bump rojopolis/spellcheck-github-actions Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.61.0 to 0.63.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/ca94733232ec8328061aea8018dfcb4959857eea...e619e00ca22f01ade9d73048dcd6518bedc552f2) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spellcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 187c9f9..c261545 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@ca94733232ec8328061aea8018dfcb4959857eea # 0.61.0 + uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 with: config_path: .github/spellcheck-settings.yml task_name: Markdown @@ -38,7 +38,7 @@ jobs: PR_TITLE: ${{ github.event.pull_request.title }} run: printf '# %s\n' "$PR_TITLE" > .pr-title.md - name: Spellcheck PR title - uses: rojopolis/spellcheck-github-actions@ca94733232ec8328061aea8018dfcb4959857eea # 0.61.0 + uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 with: config_path: .github/spellcheck-settings.yml task_name: PRTitle