Skip to content

Commit

Permalink
[github] Update retry action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Dec 18, 2024
1 parent 285dfe1 commit 957e558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pyproject_directory: .

- name: Run examples on devnet
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pyproject_directory: .

- name: Run examples on testnet
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 1
timeout_minutes: 20
Expand Down

0 comments on commit 957e558

Please sign in to comment.