Skip to content

Commit d960bc3

Browse files
Update nick-fields/retry action to v4
1 parent 66bddd3 commit d960bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install dependencies and build
120120
run: yarn install --frozen-lockfile --ignore-engines
121121
- name: Run system tests
122-
uses: nick-fields/retry@v3
122+
uses: nick-fields/retry@v4
123123
with:
124124
timeout_minutes: 3
125125
max_attempts: 3
@@ -163,7 +163,7 @@ jobs:
163163
env:
164164
BROWSER_NAME: ${{ matrix.browser }}
165165
- name: Run browser tests
166-
uses: nick-fields/retry@v3
166+
uses: nick-fields/retry@v4
167167
with:
168168
timeout_minutes: 3
169169
max_attempts: 3

0 commit comments

Comments
 (0)