From a5b0912d9cc79a1cd479187923a80b1a2a627fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:37:08 +0000 Subject: [PATCH] meta: bump patrickedqvist/wait-for-vercel-preview from 1.3.2 to 1.3.3 Bumps [patrickedqvist/wait-for-vercel-preview](https://github.com/patrickedqvist/wait-for-vercel-preview) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/patrickedqvist/wait-for-vercel-preview/releases) - [Commits](https://github.com/patrickedqvist/wait-for-vercel-preview/compare/06c79330064b0e6ef7a2574603b62d3c98789125...d7982701e6fcd3ae073bff929e408e004404d38d) --- updated-dependencies: - dependency-name: patrickedqvist/wait-for-vercel-preview dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 8d3cc737f5472..60afcf84c4bb2 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Capture Vercel Preview id: check_deployment - uses: patrickedqvist/wait-for-vercel-preview@06c79330064b0e6ef7a2574603b62d3c98789125 # v1.3.2 + uses: patrickedqvist/wait-for-vercel-preview@d7982701e6fcd3ae073bff929e408e004404d38d # v1.3.3 with: token: ${{ secrets.GITHUB_TOKEN }} max_timeout: 300 # timeout after 5 minutes diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ac28788100f8f..eaa0db0b997d2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Capture Vercel Preview id: check_deployment - uses: patrickedqvist/wait-for-vercel-preview@06c79330064b0e6ef7a2574603b62d3c98789125 # v1.3.2 + uses: patrickedqvist/wait-for-vercel-preview@d7982701e6fcd3ae073bff929e408e004404d38d # v1.3.3 with: token: ${{ secrets.GITHUB_TOKEN }} max_timeout: 300 # timeout after 5 minutes