diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d2726f1..bd22c0476 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: run: sleep 10 - name: Integration Tests For Durable Tasks - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30 @@ -122,7 +122,7 @@ jobs: run: ./mvnw clean install -B -q -DskipTests - name: Integration tests using Spring Boot ${{ matrix.spring-boot-version }} id: integration_tests - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 74290000a..9e84ae1e6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -114,7 +114,7 @@ jobs: - name: Install jars run: ./mvnw clean install -DskipTests -q - name: Validate examples - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: max_attempts: 2 timeout_minutes: 30