diff --git a/.changeset/tidy-crabs-wait.md b/.changeset/tidy-crabs-wait.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/tidy-crabs-wait.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 537b35f826..5cb47175c4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -141,7 +141,7 @@ jobs: - name: Wait for Vercel deployment id: waitForDeployment if: matrix.target.world == 'vercel' - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: ${{ matrix.target.project-slug }} timeout: 1000 diff --git a/.github/workflows/dispatch-front-workflow-release-pr.yml b/.github/workflows/dispatch-front-workflow-release-pr.yml index 235356104e..3a2b277ce7 100644 --- a/.github/workflows/dispatch-front-workflow-release-pr.yml +++ b/.github/workflows/dispatch-front-workflow-release-pr.yml @@ -46,7 +46,7 @@ jobs: - name: Wait for docs deployment id: waitForDocsDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: workflow-docs # The job-level `permissions: contents: read` blocks the default diff --git a/.github/workflows/docs-checks.yml b/.github/workflows/docs-checks.yml index bf0b86d6a2..851f25475e 100644 --- a/.github/workflows/docs-checks.yml +++ b/.github/workflows/docs-checks.yml @@ -73,7 +73,7 @@ jobs: - name: Waiting for the Docs Vercel deployment id: waitForDocsDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: workflow-docs timeout: 1000 diff --git a/.github/workflows/event-log-race-repro.yml b/.github/workflows/event-log-race-repro.yml index 10eddf10d2..abef9ba6fc 100644 --- a/.github/workflows/event-log-race-repro.yml +++ b/.github/workflows/event-log-race-repro.yml @@ -93,7 +93,7 @@ jobs: - name: Wait for Vercel deployment id: waitForDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: example-nextjs-workflow-turbopack timeout: 1000 diff --git a/.github/workflows/tarballs-checks.yml b/.github/workflows/tarballs-checks.yml index e4df6fa34d..686b63ac5f 100644 --- a/.github/workflows/tarballs-checks.yml +++ b/.github/workflows/tarballs-checks.yml @@ -43,7 +43,7 @@ jobs: - name: Waiting for the Tarballs Vercel deployment id: waitForTarballsDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: workflow-tarballs timeout: 1000 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd4967820a..06224799b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -381,7 +381,7 @@ jobs: - name: Waiting for the Vercel deployment id: waitForDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: ${{ matrix.app.project-slug }} timeout: 1000 @@ -487,7 +487,7 @@ jobs: - name: Waiting for the Vercel deployment id: waitForDeployment - uses: vercel/wait-for-deployment-action@0e2b0c5c5cce31f1648108aeec56467187aca037 + uses: vercel/wait-for-deployment-action@080c5868620fc8ed3f98ccc9417d69d79a3f6207 # matching deployment status with: project-slug: "example-nextjs-workflow-turbopack" timeout: 1000