Skip to content

Commit c27aab2

Browse files
chore(deps): bump nick-fields/retry from 3 to 4 in /.github/workflows
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3 to 4. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@v3...v4) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b50d20 commit c27aab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/library_interop_keyring_test_vectors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build and install aws-sdk-cpp (with retry)
9090
if: matrix.language == 'c' && matrix.os != 'ubuntu-22.04'
91-
uses: nick-fields/retry@v3
91+
uses: nick-fields/retry@v4
9292
with:
9393
timeout_minutes: 30
9494
max_attempts: 3
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Build and install aws-sdk-cpp (with retry)
109109
if: matrix.os == 'ubuntu-22.04' && matrix.language == 'c'
110-
uses: nick-fields/retry@v3
110+
uses: nick-fields/retry@v4
111111
with:
112112
timeout_minutes: 30
113113
max_attempts: 3

0 commit comments

Comments
 (0)