From ae3ddd1c069739f1e4d1696d2ccfdd08b989fb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:40:05 +0000 Subject: [PATCH] Bump nick-fields/retry from 3 to 4 (#5838) Bumps [nick-fields/retry](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scheduled-assets-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-assets-update.yml b/.github/workflows/scheduled-assets-update.yml index ec839a0e..44d4cb5b 100644 --- a/.github/workflows/scheduled-assets-update.yml +++ b/.github/workflows/scheduled-assets-update.yml @@ -33,7 +33,7 @@ jobs: - name: Update Geodat id: update - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 60 retry_wait_seconds: 60 @@ -82,7 +82,7 @@ jobs: - name: Update Wintun id: update - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 60 retry_wait_seconds: 60