From 77fd05dd2b5dca10c662b479879570114472a1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:35:06 +0000 Subject: [PATCH] ci(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] --- .github/workflows/review.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 06c219baf..4461d6df3 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6 - name: Post initial UI status - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-ui message: | @@ -64,7 +64,7 @@ jobs: - name: Update UI status - success if: steps.deploy.outcome == 'success' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-ui message: | @@ -74,7 +74,7 @@ jobs: - name: Update UI status - failure if: steps.deploy.outcome == 'failure' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-ui message: | @@ -84,7 +84,7 @@ jobs: - name: Update UI status - cancelled if: steps.deploy.outcome == 'cancelled' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-ui message: | @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@v6 - name: Post initial API status - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-api message: | @@ -141,7 +141,7 @@ jobs: - name: Update API status - success if: steps.deploy.outcome == 'success' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-api message: | @@ -151,7 +151,7 @@ jobs: - name: Update API status - failure if: steps.deploy.outcome == 'failure' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-api message: | @@ -161,7 +161,7 @@ jobs: - name: Update API status - cancelled if: steps.deploy.outcome == 'cancelled' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: fly-review-api message: |