From 6953501709fd52297d2e7e91b97750b70ef4aa4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:09:13 +0000 Subject: [PATCH] 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](https://github.com/nick-fields/retry/compare/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] --- .github/workflows/library_interop_keyring_test_vectors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/library_interop_keyring_test_vectors.yml b/.github/workflows/library_interop_keyring_test_vectors.yml index 6b11a7ca5..7c901e94e 100644 --- a/.github/workflows/library_interop_keyring_test_vectors.yml +++ b/.github/workflows/library_interop_keyring_test_vectors.yml @@ -88,7 +88,7 @@ jobs: - name: Build and install aws-sdk-cpp (with retry) if: matrix.language == 'c' && matrix.os != 'ubuntu-22.04' - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 30 max_attempts: 3 @@ -107,7 +107,7 @@ jobs: - name: Build and install aws-sdk-cpp (with retry) if: matrix.os == 'ubuntu-22.04' && matrix.language == 'c' - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 30 max_attempts: 3