From 6fc14080f46576c9d57deb4bad76cc1c7c354630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 04:05:03 +0000 Subject: [PATCH] build(deps): bump nick-fields/retry from 3 to 4 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] --- .github/workflows/artifacts.yml | 2 +- .github/workflows/builds.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 386b479e..b21b050d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -146,7 +146,7 @@ jobs: - name: "Sign snclient.exe" if: ${{ env.CERTURL != '' }} - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 5 timeout_minutes: 5 diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7ce9fb38..3d4fc44b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -221,7 +221,7 @@ jobs: - name: "Sign snclient.exe" if: ${{ env.CERTURL != '' }} - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 5 timeout_minutes: 5 @@ -336,7 +336,7 @@ jobs: - name: "Sign snclient.msi" if: ${{ env.CERTURL != '' }} - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 5 timeout_minutes: 5