From 5b45dc142999f4362f97fa790481675f9dfa99d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:57:49 +0000 Subject: [PATCH] chore(deps): bump nick-invision/retry from 2 to 3 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b63ea83..5781107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Beta release if: github.event_name == 'pull_request' - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 2 max_attempts: 3 @@ -55,7 +55,7 @@ jobs: - name: Stable release if: github.ref == 'refs/heads/main' - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 2 max_attempts: 3