Skip to content

Commit

Permalink
Merge pull request #4263 from serlo/dependabot/github_actions/patrick…
Browse files Browse the repository at this point in the history
…edqvist/wait-for-vercel-preview-1.3.2

chore(deps): bump patrickedqvist/wait-for-vercel-preview from 1.3.1 to 1.3.2
  • Loading branch information
elbotho authored Nov 12, 2024
2 parents c2369ae + 1a0ffd5 commit 4ac0bbf
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/wait-for-vercel-preview@v1.3.1
- uses: patrickedqvist/wait-for-vercel-preview@v1.3.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/wait-for-vercel-preview@v1.3.1
- uses: patrickedqvist/wait-for-vercel-preview@v1.3.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 1200
Expand Down

0 comments on commit 4ac0bbf

Please sign in to comment.