From 02de9e068590a16760eccf5ed143cd3c460ce506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:45:07 +0000 Subject: [PATCH] chore(deps): 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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6737b15..20834e5 100644 --- a/action.yml +++ b/action.yml @@ -102,7 +102,7 @@ runs: - name: Post Sticky PR Comment if: ${{ inputs.github-token != '' && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: GITHUB_TOKEN: ${{ inputs.github-token }} path: ${{ inputs.export-markdown }}