From c8715ebd091258128f898433653ebac104560b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:41:26 +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/lint.yml | 2 +- .github/workflows/tests_emulator.yml | 2 +- .github/workflows/tests_unit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7bd901500..823dcb9fb6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: - name: Warm Gradle Cache # This makes sure we fetch gradle network resources with a retry - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 retry_wait_seconds: 60 diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index 4114bea39b..dc92b3589f 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -84,7 +84,7 @@ jobs: - name: Warm Gradle Cache # This makes sure we fetch gradle network resources with a retry - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 15 retry_wait_seconds: 60 diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index 8de5e56caf..94ea65f519 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -77,7 +77,7 @@ jobs: du -sk ~/.gradle || echo ~/.gradle is gone - name: Gradle Dependency Download - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 10 retry_wait_seconds: 60