diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index a4bf2fd3a..4dd444591 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -54,7 +54,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: setup e2e test environment - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: max_attempts: 3 timeout_minutes: 20 diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index 74c6ebb21..791218cac 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -42,7 +42,7 @@ jobs: with: go-version-file: go.mod - name: setup e2e test environment - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: max_attempts: 3 timeout_minutes: 20