From baac2a3034c174e3861f070397b683b89748be6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:16:10 +0000 Subject: [PATCH] chore(deps): update patrickedqvist/wait-for-vercel-preview action to v1.3.2 --- .github/workflows/integration-tests-live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-live.yml b/.github/workflows/integration-tests-live.yml index ee7486b9f..1e27c3444 100644 --- a/.github/workflows/integration-tests-live.yml +++ b/.github/workflows/integration-tests-live.yml @@ -48,7 +48,7 @@ jobs: # this allows to use action cache, which is not possible when using deployment_status otherwise # see https://github.com/actions/cache/issues/319 - name: Wait for Vercel Preview - uses: patrickedqvist/wait-for-vercel-preview@v1.3.1 + uses: patrickedqvist/wait-for-vercel-preview@v1.3.2 id: waitForVercelPreview with: token: ${{ secrets.GITHUB_TOKEN }}