Skip to content

Commit bd7017a

Browse files
Update nick-fields/retry action to v4
1 parent 6991763 commit bd7017a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: deno task fmt:check
2424

2525
- name: Run deno tests
26-
uses: nick-fields/retry@v3
26+
uses: nick-fields/retry@v4
2727
with:
2828
command: deno task test:lib
2929
max_attempts: 2
@@ -41,7 +41,7 @@ jobs:
4141
deno-version: v2.x
4242

4343
- name: Run deno tests
44-
uses: nick-fields/retry@v3
44+
uses: nick-fields/retry@v4
4545
with:
4646
command: deno task test:cmd
4747
max_attempts: 2

0 commit comments

Comments
 (0)