From 9f5d4613731d661f5f53ba0226db1b2dcf6357a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:25:16 +0000 Subject: [PATCH] ci(deps): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `rojopolis/spellcheck-github-actions` from 0.58.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/0bf4b2f91efa259b52c202b09b0c3845c524ff36...e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e) Updates `marocchino/sticky-pull-request-comment` from 2.9.4 to 3.0.2 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/773744901bac0e8cbb5a0dc842800d45e9b2b405...70d2764d1a7d5d9560b100cbea0077fc8f633987) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/spellcheck.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 2cbd6cc6..844be4d9 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -47,7 +47,7 @@ jobs: persist-credentials: false - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@0bf4b2f91efa259b52c202b09b0c3845c524ff36 # 0.58.0 + uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # 0.60.0 with: config_path: .github/config/.pyspelling.yml @@ -70,7 +70,7 @@ jobs: - name: Post GitHub comment on failure if: failure() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 with: header: spellcheck recreate: true @@ -81,7 +81,7 @@ jobs: You can add new custom words to [.github/config/en-custom.txt](https://github.com/radius-project/design-notes/blob/main/.github/config/en-custom.txt). - name: Clear GitHub comment on success - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 continue-on-error: true with: header: spellcheck