From 41eb4b88ee213cb756cb3130372064147838be83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:07:22 +0000 Subject: [PATCH] build(deps): bump nick-fields/retry from 3.0.0 to 3.0.1 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [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.0...v3.0.1) --- 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 8dcfa5cde..8c1937180 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.0 + uses: nick-fields/retry@v3.0.1 with: max_attempts: 3 timeout_minutes: 20 diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index 91d94bfae..c93faf1a6 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.0 + uses: nick-fields/retry@v3.0.1 with: max_attempts: 3 timeout_minutes: 20