From ec72c6932cd4dd49d5e40ffc7f8b2f8f95fe8fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:23:36 +0000 Subject: [PATCH] ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.60.0 Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.41.0 to 0.60.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/0.41.0...0.60.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index ddb4b7c..091c666 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -15,6 +15,6 @@ jobs: uses: actions/checkout@v4 - name: Run Spellcheck - uses: rojopolis/spellcheck-github-actions@0.41.0 + uses: rojopolis/spellcheck-github-actions@0.60.0 with: config_path: .github/spell-check-config/.spellcheck.yaml