Skip to content

Commit

Permalink
chore(deps): update nick-fields/retry action to v3 (#3292)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent bdc77f2 commit 99efcc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pnpm build

- name: Run Tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: pnpm build

- name: Run Tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run: pnpm build

- name: Run Tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down

0 comments on commit 99efcc0

Please sign in to comment.