Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/tidy-crabs-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-front-workflow-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event-log-race-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarballs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading