From d5de09ff190183c5adbea30fe4ea663731a7f875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:06:31 +0000 Subject: [PATCH] Chore: Bump marocchino/sticky-pull-request-comment from 2 to 3 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CommitMessage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CommitMessage.yml b/.github/workflows/CommitMessage.yml index 28dced92fa..3ab279012e 100644 --- a/.github/workflows/CommitMessage.yml +++ b/.github/workflows/CommitMessage.yml @@ -36,7 +36,7 @@ jobs: # add a comment on the PR if the commit message linting failed - name: Comment on PR if: failure() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment message: | @@ -44,7 +44,7 @@ jobs: ${{ env.check_results }} - name: Clear PR Comment if: success() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment hide: true