Skip to content

Commit af76e2f

Browse files
chore(deps): update nick-fields/retry action to v4
1 parent 7fe67ac commit af76e2f

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
@@ -61,7 +61,7 @@ jobs:
6161
run: pnpm build # will also check types
6262

6363
- name: Run Tests
64-
uses: nick-fields/retry@v3
64+
uses: nick-fields/retry@v4
6565
with:
6666
timeout_minutes: 10
6767
max_attempts: 3
@@ -91,7 +91,7 @@ jobs:
9191
run: pnpm i
9292

9393
- name: Run Tests
94-
uses: nick-fields/retry@v3
94+
uses: nick-fields/retry@v4
9595
with:
9696
timeout_minutes: 10
9797
max_attempts: 3
@@ -118,7 +118,7 @@ jobs:
118118
run: pnpm build # will also check types
119119

120120
- name: Run Tests
121-
uses: nick-fields/retry@v3
121+
uses: nick-fields/retry@v4
122122
with:
123123
timeout_minutes: 10
124124
max_attempts: 3

0 commit comments

Comments
 (0)