From 24e09a214e2092f199ee30695118bb83c87349b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:00:25 +0000 Subject: [PATCH] chore(actions): 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/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f5f5ff2..ee537af 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -204,7 +204,7 @@ jobs: # Create sticky comment with preview link # Following https://github.com/rossjrw/pr-preview-action?tab=readme-ov-file#customise-the-sticky-comment - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 if: steps.preview-step.outputs.deployment-action == 'deploy' && env.deployment_status == 'success' with: header: pr-preview @@ -215,7 +215,7 @@ jobs: |

QR code for preview link

:rocket: View preview at
${{ steps.preview-step.outputs.preview-url }}

|
Built to branch [`gh-pages`](${{ github.server_url }}/${{ github.repository }}/tree/gh-pages) at ${{ steps.preview-step.outputs.action-start-time }}.
Preview will be ready when the [GitHub Pages deployment](${{ github.server_url }}/${{ github.repository }}/deployments) is complete.

- - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 if: steps.preview-step.outputs.deployment-action == 'remove' && env.deployment_status == 'success' with: header: pr-preview