Skip to content

Commit

Permalink
Merge pull request #46 from trifork/renovate/nick-fields/retry-nick-f…
Browse files Browse the repository at this point in the history
…ields-retry-3.x

fix(deps): update nick-fields/retry from v2 to v3
  • Loading branch information
rkthtrifork authored Feb 26, 2024
2 parents 13d896b + 88d8c24 commit 176668f
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 176668f

Please sign in to comment.