Skip to content

Commit bf5f962

Browse files
chore(deps): update nick-fields/retry action to v4
1 parent 921c014 commit bf5f962

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: pnpm build # will also check types
5858

5959
- name: Run Tests
60-
uses: nick-fields/retry@v3
60+
uses: nick-fields/retry@v4
6161
with:
6262
timeout_minutes: 10
6363
max_attempts: 3
@@ -87,7 +87,7 @@ jobs:
8787
run: pnpm i
8888

8989
- name: Run Tests
90-
uses: nick-fields/retry@v3
90+
uses: nick-fields/retry@v4
9191
with:
9292
timeout_minutes: 10
9393
max_attempts: 3
@@ -114,7 +114,7 @@ jobs:
114114
run: pnpm build # will also check types
115115

116116
- name: Run Tests
117-
uses: nick-fields/retry@v3
117+
uses: nick-fields/retry@v4
118118
with:
119119
timeout_minutes: 10
120120
max_attempts: 3

0 commit comments

Comments
 (0)