Skip to content

Commit 5b4bce4

Browse files
build(deps): bump nick-fields/retry from 3 to 4 (#2311)
1 parent 21a4e8d commit 5b4bce4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/template-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm install --workspace=extester-test
5353

5454
- name: 🔍 Run Tests (macOS)
55-
uses: nick-fields/retry@v3
55+
uses: nick-fields/retry@v4
5656
if: ${{ startsWith(matrix.os, 'mac') }}
5757
with:
5858
timeout_minutes: 20
@@ -62,7 +62,7 @@ jobs:
6262
on_retry_command: rm -rf "${RUNNER_TEMP}/extest-code"
6363

6464
- name: 🔍 Run Tests (windows)
65-
uses: nick-fields/retry@v3
65+
uses: nick-fields/retry@v4
6666
if: ${{ startsWith(matrix.os, 'win') }}
6767
with:
6868
timeout_minutes: 20
@@ -75,7 +75,7 @@ jobs:
7575
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
7676

7777
- name: 🔍 Run Tests (linux)
78-
uses: nick-fields/retry@v3
78+
uses: nick-fields/retry@v4
7979
if: ${{ startsWith(matrix.os, 'ubuntu') }}
8080
with:
8181
timeout_minutes: 20

.github/workflows/template-runner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm run test:runner:unit
7171

7272
- name: 🔍 Run UI Tests (macOS)
73-
uses: nick-fields/retry@v3
73+
uses: nick-fields/retry@v4
7474
if: ${{ startsWith(matrix.os, 'mac') }}
7575
with:
7676
timeout_minutes: 10
@@ -80,7 +80,7 @@ jobs:
8080
on_retry_command: rm -rf "${RUNNER_TEMP}/extest-code"
8181

8282
- name: 🔍 Run UI Tests (windows)
83-
uses: nick-fields/retry@v3
83+
uses: nick-fields/retry@v4
8484
if: ${{ startsWith(matrix.os, 'win') }}
8585
with:
8686
timeout_minutes: 10
@@ -89,7 +89,7 @@ jobs:
8989
command: npm run test:runner:ui
9090

9191
- name: 🔍 Run UI Tests (linux)
92-
uses: nick-fields/retry@v3
92+
uses: nick-fields/retry@v4
9393
if: ${{ startsWith(matrix.os, 'ubuntu') }}
9494
with:
9595
timeout_minutes: 10

.github/workflows/update-vscode-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: 🔍 Fetch VS Code versions with retry
2222
id: versions
23-
uses: nick-fields/retry@v3.0.2
23+
uses: nick-fields/retry@v4
2424
with:
2525
timeout_minutes: 5
2626
max_attempts: 3

0 commit comments

Comments
 (0)