From 6992441e23c839ccc670f3398abdab658edc819c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:29:46 +0000 Subject: [PATCH] ci: 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/complete-production-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/complete-production-pipeline.yml b/.github/workflows/complete-production-pipeline.yml index 0b37244..bd8debe 100644 --- a/.github/workflows/complete-production-pipeline.yml +++ b/.github/workflows/complete-production-pipeline.yml @@ -84,7 +84,7 @@ jobs: cache: 'npm' - name: Install backend dependencies (with retry) - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -92,7 +92,7 @@ jobs: command: npm ci - name: Install webapp dependencies (with retry) - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -111,7 +111,7 @@ jobs: run: npm run type-check && npm run type-check:webapp - name: Run tests (with retry) - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 2