From de953bcd10a3464e71440a4a8efec58bd918897e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:33:33 +0000 Subject: [PATCH] Bump nick-fields/retry from 2.9.0 to 3.0.0 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.9.0 to 3.0.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.9.0...v3.0.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b7794e..befd03a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -103,7 +103,7 @@ jobs: DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/postgres" - name: 🛠 Setup Database - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 10 max_attempts: 5