Skip to content

Commit ffe74d2

Browse files
authored
Merge pull request #14 from tomshaw/dependabot/github_actions/nick-fields/retry-4
chore(deps): bump nick-fields/retry from 3 to 4
2 parents 6b21f1b + f195fcc commit ffe74d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ matrix.node-version }}
5252

5353
- name: Install Dependencies
54-
uses: nick-fields/retry@v3
54+
uses: nick-fields/retry@v4
5555
with:
5656
timeout_minutes: 10
5757
max_attempts: 3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
3838
3939
- name: Install dependencies
40-
uses: nick-fields/retry@v3
40+
uses: nick-fields/retry@v4
4141
with:
4242
timeout_minutes: 10
4343
max_attempts: 3

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
5858
5959
- name: Install Dependencies
60-
uses: nick-fields/retry@v3
60+
uses: nick-fields/retry@v4
6161
with:
6262
timeout_minutes: 10
6363
max_attempts: 3

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
node-version: ${{ matrix.node-version }}
5656

5757
- name: Install Dependencies
58-
uses: nick-fields/retry@v3
58+
uses: nick-fields/retry@v4
5959
with:
6060
timeout_minutes: 10
6161
max_attempts: 3

0 commit comments

Comments
 (0)