Skip to content

Commit 9b20d0d

Browse files
ci: bump Wandalen/wretry.action from 3.7.3 to 3.8.0 (#2000)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1bcbf commit 9b20d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ jobs:
103103

104104
- name: Test end-to-end (Linux)
105105
if: ${{ matrix.os == 'ubuntu-latest' }}
106-
uses: Wandalen/wretry.action@v3.7.3
106+
uses: Wandalen/wretry.action@v3.8.0
107107
with:
108108
command: xvfb-run -a npm run test:e2e
109109
attempt_limit: 10
110110
- name: Test end-to-end (Windows / macOS)
111111
if: ${{ matrix.os != 'ubuntu-latest' }}
112-
uses: Wandalen/wretry.action@v3.7.3
112+
uses: Wandalen/wretry.action@v3.8.0
113113
with:
114114
command: npm run test:e2e
115115
attempt_limit: 10

0 commit comments

Comments
 (0)