diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f7c21d7e..4100dcec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: run: pnpm build # will also check types - name: Run Tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -87,7 +87,7 @@ jobs: run: pnpm i - name: Run Tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -114,7 +114,7 @@ jobs: run: pnpm build # will also check types - name: Run Tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3