Skip to content

Commit 5be78eb

Browse files
chore: Bump nick-fields/retry from 3.0.1 to 3.0.2 (#965)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7787aa commit 5be78eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flow-pull-request-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Note: After Step-Security is enabled return to step-security/retry
6161
- name: Run smoke test
62-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
62+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
6363
with:
6464
max_attempts: 3
6565
timeout_minutes: 3

.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ jobs:
111111
- name: Run the local node
112112
env:
113113
FIRING_UP_RETRY_ATTEMPTS: 10000
114-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
114+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
115115
with:
116116
max_attempts: 5
117117
timeout_minutes: 60
118118
command: npm run restart -- --workdir /Users/runner/work/hedera-local-node/hedera-local-node
119119

120120
# Note: After Step-Security is enabled return to step-security/retry
121121
- name: Run smoke test
122-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
122+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123123
with:
124124
max_attempts: 5
125125
timeout_minutes: 5

0 commit comments

Comments
 (0)