From 60d76717b2e5a3ebcb90e8f4ccf36437a34d5187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:18:22 +0000 Subject: [PATCH] Bump nick-invision/retry from 3.0.0 to 3.0.1 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/java-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 3369a667..901c6f7e 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -93,7 +93,7 @@ jobs: - name: Build and Run Integration Tests if: ${{ env.NOT_FROM_FORK }} == 'true' - uses: nick-invision/retry@v3.0.0 + uses: nick-invision/retry@v3.0.1 with: timeout_minutes: 20 max_attempts: 3