diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index 8c1937180..e0b0cd1c8 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -49,7 +49,7 @@ jobs: with: go-version-file: go.mod - name: setup e2e test environment - uses: nick-fields/retry@v3.0.1 + uses: nick-fields/retry@v3.0.2 with: max_attempts: 3 timeout_minutes: 20 diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index c93faf1a6..a77c5477e 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -45,7 +45,7 @@ jobs: with: go-version-file: go.mod - name: setup e2e test environment - uses: nick-fields/retry@v3.0.1 + uses: nick-fields/retry@v3.0.2 with: max_attempts: 3 timeout_minutes: 20