Skip to content

Commit

Permalink
chore(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 Nov 12, 2024
1 parent c2369ae commit 1a0ffd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn
- run: yarn playwright install --with-deps chromium
- uses: patrickedqvist/[email protected].1
- uses: patrickedqvist/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 1200
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests_firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
- run: yarn
- run: yarn playwright install --with-deps firefox
- uses: patrickedqvist/[email protected].1
- uses: patrickedqvist/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 1200
Expand Down

0 comments on commit 1a0ffd5

Please sign in to comment.