From 5f7aca0834d0bda362b02db290b6ac790ba1ccde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 19:42:19 +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/build-android.yml | 2 +- .github/workflows/build-ios.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index d48d14a8..ad83ee98 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -46,7 +46,7 @@ jobs: flutter config --no-cli-animations - name: Flutter pub get - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 20 max_attempts: 3 diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index a28503d3..0bbb0f08 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -31,7 +31,7 @@ jobs: # 下载 iOS 运行环境组件 - name: Install iOS components - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 20 max_attempts: 3 @@ -78,7 +78,7 @@ jobs: # 先拉取 Dart 依赖(可重试) - name: Flutter pub get - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 20 max_attempts: 3 @@ -88,7 +88,7 @@ jobs: # 独立执行 pod install(可重试) - name: CocoaPods install - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 20 max_attempts: 3