From 88d8c24e8a0c8447d0faddf354a0be364f7af9c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:19:04 +0000 Subject: [PATCH] Update nick-fields/retry action to v3 --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c73c513..a296c4e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -52,7 +52,7 @@ jobs: DOCKER_REGISTRY: ghcr.io/trifork/ - name: "Wait for opensearch, the slowest component" - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 3 max_attempts: 25 @@ -69,7 +69,7 @@ jobs: - name: "Check health" id: "integrationtest" - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 25