From 130f25b4f8c94d9c55dbe5fa363574e08c8e4228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:06:04 +0000 Subject: [PATCH] chore(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/_build-reusable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_build-reusable.yml b/.github/workflows/_build-reusable.yml index 29090f2..3d8293e 100644 --- a/.github/workflows/_build-reusable.yml +++ b/.github/workflows/_build-reusable.yml @@ -134,7 +134,7 @@ jobs: run: echo "electron-cache-hit=${{ steps.electron-cache.outputs.cache-hit }}" - name: Install dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -152,7 +152,7 @@ jobs: - name: Install MSVC ARM64 toolchain (Windows ARM64 only) if: matrix.platform == 'windows-arm64' continue-on-error: true - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 20 max_attempts: 3 @@ -532,7 +532,7 @@ jobs: # Linux: 标准构建,无特殊错误处理 - name: Build with electron-builder (Linux) if: startsWith(matrix.platform, 'linux') - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 60 max_attempts: 2