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 }}