From 2bf2e52c73739dc47c7dde53c34f4014367c8df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:44:24 +0000 Subject: [PATCH] ci(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/deploy-droplet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-droplet.yml b/.github/workflows/deploy-droplet.yml index 2e658dab..4ead3102 100644 --- a/.github/workflows/deploy-droplet.yml +++ b/.github/workflows/deploy-droplet.yml @@ -57,7 +57,7 @@ jobs: done - name: Sync files to Droplet (with retry) - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 5