From 6461607ad2e821b183d20ccd98244b58038c4486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:52:34 +0000 Subject: [PATCH] chore(deps): Bump nick-fields/retry from 3 to 4 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/build.yml | 4 ++-- .github/workflows/validate.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d2726f13..bd22c04765 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: run: sleep 10 - name: Integration Tests For Durable Tasks - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30 @@ -122,7 +122,7 @@ jobs: run: ./mvnw clean install -B -q -DskipTests - name: Integration tests using Spring Boot ${{ matrix.spring-boot-version }} id: integration_tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 74290000a2..9e84ae1e69 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -114,7 +114,7 @@ jobs: - name: Install jars run: ./mvnw clean install -DskipTests -q - name: Validate examples - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30