diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index b64001528..a66aa1e06 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -69,6 +69,6 @@ jobs: - name: Comment preview URL on PR if: github.event_name == 'pull_request_target' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: message: "Preview deployment: ${{ steps.netlify-deploy.outputs.deploy_url }}"