Skip to content

Commit d0e9106

Browse files
Bump nick-invision/retry from 2 to 3 (#514)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2...v3) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4222db commit d0e9106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
2222
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
2323
- name: Test
24-
uses: nick-invision/retry@v2
24+
uses: nick-invision/retry@v3
2525
with:
2626
timeout_minutes: 10
2727
max_attempts: 3
2828
command: |
2929
"${GITHUB_WORKSPACE}/bin/bazel" test //...
3030
- name: Build
31-
uses: nick-invision/retry@v2
31+
uses: nick-invision/retry@v3
3232
with:
3333
timeout_minutes: 10
3434
max_attempts: 3

0 commit comments

Comments
 (0)