diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c48b9d85b..939dba807 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -92,7 +92,7 @@ jobs: DATABASE_URL: 'postgresql://postgres:postgres@localhost:5432/postgres' - name: 🛠 Setup Database - uses: nick-fields/retry@v3.0.2 + uses: nick-fields/retry@v4.0.0 with: timeout_minutes: 10 max_attempts: 5