From 27d6436edf985324fbefd793222957c64000faf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:21:20 +0000 Subject: [PATCH] build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-schedule-compatibility.yaml | 2 +- .github/workflows/ci-schedule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index 8c1937180..e0b0cd1c8 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -49,7 +49,7 @@ jobs: with: go-version-file: go.mod - name: setup e2e test environment - uses: nick-fields/retry@v3.0.1 + uses: nick-fields/retry@v3.0.2 with: max_attempts: 3 timeout_minutes: 20 diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index c93faf1a6..a77c5477e 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -45,7 +45,7 @@ jobs: with: go-version-file: go.mod - name: setup e2e test environment - uses: nick-fields/retry@v3.0.1 + uses: nick-fields/retry@v3.0.2 with: max_attempts: 3 timeout_minutes: 20