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