From 8de2a54b52a9d5c7af8b9ea4316f5c04cf1433b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 16:41:56 +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] --- .github/workflows/deploy-docs.yaml | 4 ++-- .github/workflows/deploy-web.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index ad806739..17678588 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -97,7 +97,7 @@ jobs: bunx alchemy deploy --stage ${{ needs.stage.outputs.stage }} --yes - name: Comment preview URL on PR if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: preview-docs message: | @@ -125,7 +125,7 @@ jobs: set -euo pipefail bunx alchemy destroy --stage ${{ needs.stage.outputs.stage }} --yes - name: Mark preview comment as torn down - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: preview-docs message: | diff --git a/.github/workflows/deploy-web.yaml b/.github/workflows/deploy-web.yaml index 8341a1a2..fdab0d67 100644 --- a/.github/workflows/deploy-web.yaml +++ b/.github/workflows/deploy-web.yaml @@ -124,7 +124,7 @@ jobs: bunx alchemy deploy --stage ${{ needs.stage.outputs.stage }} --yes - name: Comment preview URL on PR if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: preview-web message: | @@ -152,7 +152,7 @@ jobs: set -euo pipefail bunx alchemy destroy --stage ${{ needs.stage.outputs.stage }} --yes - name: Mark preview comment as torn down - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: preview-web message: |