From b9f902bee018201c1754de1f282b5516aa33d169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 01:37:32 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8110d1ae..1dc43c74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: name: ${{ github.ref_name == 'main' && 'production' || 'preview' }} url: ${{ steps.deploy.outputs.deployment-url }} steps: - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3.0.4 name: Show wip message in sticky comment with: message: "Version Preview URL: ⏳deployment is in progress..." @@ -42,12 +42,12 @@ jobs: - if: ${{ github.event_name == 'pull_request' }} name: Show version preview URL in sticky comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.4 with: message: "Version Preview URL: ${{ steps.deploy.outputs.deployment-url }}" - if: failure() name: Show error message in sticky comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3.0.4 with: message: "Version Preview URL: ❌deployment failed."