Skip to content

Commit eb509b4

Browse files
Bump nick-fields/retry in the github-actions-deps group (#3745)
Bumps the github-actions-deps group with 1 update: [nick-fields/retry](https://github.com/nick-fields/retry). Updates `nick-fields/retry` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@c97818c...ce71cc2) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba8cde3 commit eb509b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_crdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: docker run --rm -d --name=roach -p 8080:8080 -p 26257:26257 -v "${PWD}/cockroach-data:/cockroach/cockroach-data" cockroachdb/cockroach:latest start-single-node --insecure
6363

6464
- name: Wait for CockroachDB
65-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
65+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
6666
with:
6767
timeout_seconds: 15
6868
max_attempts: 3

0 commit comments

Comments
 (0)