From 21e656e4f426af4a86dcd0992a81c0277acd76c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:36:36 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 2.9.4 to 3.0.2 Bumps [marocchino/sticky-pull-request-comment](https://github.com/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/v2.9.4...v3.0.2) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/remove-temporary-docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7663fa5..f4d9640 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Add docs comment if: github.event_name == 'pull_request' && github.event.pull_request.draft == false - uses: marocchino/sticky-pull-request-comment@v2.9.4 + uses: marocchino/sticky-pull-request-comment@v3.0.2 with: header: docs-comment message: | diff --git a/.github/workflows/remove-temporary-docs.yaml b/.github/workflows/remove-temporary-docs.yaml index f3c2596..418aad3 100644 --- a/.github/workflows/remove-temporary-docs.yaml +++ b/.github/workflows/remove-temporary-docs.yaml @@ -30,7 +30,7 @@ jobs: uv run --only-dev mike delete --push ${VERSION} - name: Remove docs comment - uses: marocchino/sticky-pull-request-comment@v2.9.4 + uses: marocchino/sticky-pull-request-comment@v3.0.2 with: delete: true header: docs-comment