Skip to content

Commit 957e558

Browse files
committed
[github] Update retry action
1 parent 285dfe1 commit 957e558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devnet-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pyproject_directory: .
2323

2424
- name: Run examples on devnet
25-
uses: nick-fields/retry@v2
25+
uses: nick-fields/retry@v3
2626
with:
2727
max_attempts: 1
2828
timeout_minutes: 20

.github/workflows/testnet-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pyproject_directory: .
2323

2424
- name: Run examples on testnet
25-
uses: nick-fields/retry@v2
25+
uses: nick-fields/retry@v3
2626
with:
2727
max_attempts: 1
2828
timeout_minutes: 20

0 commit comments

Comments
 (0)