From 71642433cd62879bb18a5fa8101860dbe9d6637f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:32:14 +0000 Subject: [PATCH] Bump nick-fields/retry from 3 to 4 in the github-actions group Bumps the github-actions group with 1 update: [nick-fields/retry](https://github.com/nick-fields/retry). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hdfs-tests.yml | 2 +- .github/workflows/oracle-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hdfs-tests.yml b/.github/workflows/hdfs-tests.yml index bfc0f527..229a09a7 100644 --- a/.github/workflows/hdfs-tests.yml +++ b/.github/workflows/hdfs-tests.yml @@ -42,7 +42,7 @@ jobs: WORKER_IMAGE_TAG: ${{ github.sha }} - name: Run tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 retry_on: error diff --git a/.github/workflows/oracle-tests.yml b/.github/workflows/oracle-tests.yml index cfcf47fb..7fe32dfb 100644 --- a/.github/workflows/oracle-tests.yml +++ b/.github/workflows/oracle-tests.yml @@ -42,7 +42,7 @@ jobs: WORKER_IMAGE_TAG: ${{ github.sha }} - name: Run tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 retry_on: error