Skip to content

Commit 9aa5c8f

Browse files
committed
ci(actions): upgrade retry action to v4
1 parent 7f16606 commit 9aa5c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/docker-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: 'composite'
1616
steps:
1717
- name: '[Docker Build & Test] DockerHub'
18-
uses: nick-fields/retry@v3
18+
uses: nick-fields/retry@v4
1919
with:
2020
shell: pwsh
2121
timeout_minutes: 30
@@ -27,7 +27,7 @@ runs:
2727
--docker_distro=${{ inputs.docker_distro }} --docker_registry dockerhub --verbosity=diagnostic
2828
2929
- name: '[Docker Build & Test] GitHub'
30-
uses: nick-fields/retry@v3
30+
uses: nick-fields/retry@v4
3131
with:
3232
shell: pwsh
3333
timeout_minutes: 30

0 commit comments

Comments
 (0)