Skip to content

Commit

Permalink
build(deps): bump nick-fields/retry from 2 to 3 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent afb2a62 commit e3e09a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zpa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: make build

- name: Run tests with retry
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 30 # Adjust as needed
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: make build

- name: Run tests with retry
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 30 # Adjust as needed
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: make build

- name: Run tests with retry
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 30 # Adjust as needed
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
run: make build

- name: Run tests with retry
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 30 # Adjust as needed
Expand Down

0 comments on commit e3e09a6

Please sign in to comment.