Skip to content

Commit 3d475d3

Browse files
Bump nick-invision/retry from 3.0.0 to 3.0.1
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09b9569 commit 3d475d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: Xvfb $DISPLAY &
3333
- name: Run ${{ matrix.project }} tests with Maven
3434
if: matrix.build-tool == 'mvn'
35-
uses: nick-invision/[email protected].0
35+
uses: nick-invision/[email protected].1
3636
with:
3737
timeout_minutes: 30
3838
max_attempts: 3
@@ -41,7 +41,7 @@ jobs:
4141
mvn test -Dtest=!*Edge*,!*CrossBrowser*
4242
- name: Run ${{ matrix.project }} tests with Gradle
4343
if: matrix.build-tool == 'gradle'
44-
uses: nick-invision/[email protected].0
44+
uses: nick-invision/[email protected].1
4545
with:
4646
timeout_minutes: 30
4747
max_attempts: 3

0 commit comments

Comments
 (0)