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: |