From dc47e63908b52543ad006fd3149a4ae9cd519d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:04:39 +0000 Subject: [PATCH] Bump nick-fields/retry from 3 to 4 in /.github/workflows 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-helper.yml | 4 ++-- .github/workflows/bump-version.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/deploy-docsite.yml | 2 +- .github/workflows/testdriver-build.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index 1d3d38764c..eadb18ce77 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -74,7 +74,7 @@ jobs: run: | git config --global url.https://github.com/.insteadof ssh://git@github.com/ git config --global url.https://github.com/.insteadof git@github.com: - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund @@ -132,7 +132,7 @@ jobs: USE_SYSTEM_FPM: true # Ensure that the installed version of FPM is used rather than the bundled one. SNAPCRAFT_BUILD_ENVIRONMENT: host # Retry Darwin build in case of notarization failures - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: Build (Darwin) if: matrix.platform == 'darwin' with: diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 1fb15b9bf5..bd871f63e4 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -44,7 +44,7 @@ jobs: node-version: ${{env.NODE_VERSION}} cache: npm cache-dependency-path: package-lock.json - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e47f049cbe..30a8979b9b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -76,7 +76,7 @@ jobs: node-version: ${{env.NODE_VERSION}} cache: npm cache-dependency-path: package-lock.json - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 4f3b3fc9fc..20f05975b2 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -48,7 +48,7 @@ jobs: git config --global url.https://github.com/.insteadof git@github.com: # Warm caches only (no builds) - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund diff --git a/.github/workflows/deploy-docsite.yml b/.github/workflows/deploy-docsite.yml index 377a8b6c14..b09fa60a25 100644 --- a/.github/workflows/deploy-docsite.yml +++ b/.github/workflows/deploy-docsite.yml @@ -43,7 +43,7 @@ jobs: with: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund diff --git a/.github/workflows/testdriver-build.yml b/.github/workflows/testdriver-build.yml index c355b6cbe1..da190073e6 100644 --- a/.github/workflows/testdriver-build.yml +++ b/.github/workflows/testdriver-build.yml @@ -52,7 +52,7 @@ jobs: node-version: ${{env.NODE_VERSION}} cache: npm cache-dependency-path: package-lock.json - - uses: nick-fields/retry@v3 + - uses: nick-fields/retry@v4 name: npm ci with: command: npm ci --no-audit --no-fund