Skip to content

Commit

Permalink
ci: bump Wandalen/wretry.action from 3.7.3 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.3 to 3.8.0.
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@v3.7.3...v3.8.0)

---
updated-dependencies:
- dependency-name: Wandalen/wretry.action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 0a1bcbf commit ee2f7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:

- name: Test end-to-end (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: Wandalen/wretry.action@v3.7.3
uses: Wandalen/wretry.action@v3.8.0
with:
command: xvfb-run -a npm run test:e2e
attempt_limit: 10
- name: Test end-to-end (Windows / macOS)
if: ${{ matrix.os != 'ubuntu-latest' }}
uses: Wandalen/wretry.action@v3.7.3
uses: Wandalen/wretry.action@v3.8.0
with:
command: npm run test:e2e
attempt_limit: 10
Expand Down

0 comments on commit ee2f7cf

Please sign in to comment.