From a624531dc45ca6b2e9bd3177fa1bf357540a0beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:24:32 -0500 Subject: [PATCH] meta: bump patrickedqvist/wait-for-vercel-preview from 1.3.1 to 1.3.2 (#6874) Bumps [patrickedqvist/wait-for-vercel-preview](https://github.com/patrickedqvist/wait-for-vercel-preview) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/patrickedqvist/wait-for-vercel-preview/releases) - [Commits](https://github.com/patrickedqvist/wait-for-vercel-preview/compare/dca4940010f36d2d44caa487087a09b57939b24a...06c79330064b0e6ef7a2574603b62d3c98789125) --- updated-dependencies: - dependency-name: patrickedqvist/wait-for-vercel-preview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index cd8328fd0602..46dc74c0f2f1 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -66,7 +66,7 @@ jobs: comment_tag: 'lighthouse_audit' - name: Capture Vercel Preview - uses: patrickedqvist/wait-for-vercel-preview@dca4940010f36d2d44caa487087a09b57939b24a # v1.3.1 + uses: patrickedqvist/wait-for-vercel-preview@06c79330064b0e6ef7a2574603b62d3c98789125 # v1.3.2 id: vercel_preview_url with: token: ${{ secrets.GITHUB_TOKEN }}