Skip to content

Commit

Permalink
Update nick-fields/retry action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 13d896b commit 88d8c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 88d8c24

Please sign in to comment.