From 37fab986548470432eef1420e9fad87dd9b1c9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:02:29 +0000 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/0ea0beb66eb9baf113663a64ec522f60e49231c0...5770ad5eb8f42dd2c4f34da00c94c5381e49af88) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-vercel-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-vercel-preview.yml b/.github/workflows/deploy-vercel-preview.yml index 2aae35b..2c2fddb 100644 --- a/.github/workflows/deploy-vercel-preview.yml +++ b/.github/workflows/deploy-vercel-preview.yml @@ -125,7 +125,7 @@ jobs: # Pinned to a commit SHA — Dependabot rotates it (see # .github/dependabot.yml). Same convention as # lint-pr-title.yml's amannn/action-semantic-pull-request pin. - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: vercel-preview message: | @@ -137,7 +137,7 @@ jobs: # Same sticky header overwrites the success comment so reviewers # don't see a stale preview URL pointing at an older commit. if: failure() - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: vercel-preview message: |