Skip to content

Commit

Permalink
build(deps): bump patrickedqvist/wait-for-vercel-preview
Browse files Browse the repository at this point in the history
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](patrickedqvist/wait-for-vercel-preview@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: patrickedqvist/wait-for-vercel-preview
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eleanorreem committed Jul 22, 2024
1 parent 8400046 commit ff12513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
preview_url: ${{ steps.waitForVercelDeployment.outputs.url }}
steps:
- name: Wait for Vercel preview deployment to be ready
uses: patrickedqvist/[email protected].1
uses: patrickedqvist/[email protected].2
id: waitForVercelDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for Vercel preview deployment to be ready
uses: patrickedqvist/[email protected].1
uses: patrickedqvist/[email protected].2
id: waitForVercelDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff12513

Please sign in to comment.