Skip to content

Commit dc47e63

Browse files
Bump nick-fields/retry from 3 to 4 in /.github/workflows
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3 to 4. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@v3...v4) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2b8c20 commit dc47e63

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
git config --global url.https://github.com/.insteadof ssh://git@github.com/
7676
git config --global url.https://github.com/.insteadof git@github.com:
77-
- uses: nick-fields/retry@v3
77+
- uses: nick-fields/retry@v4
7878
name: npm ci
7979
with:
8080
command: npm ci --no-audit --no-fund
@@ -132,7 +132,7 @@ jobs:
132132
USE_SYSTEM_FPM: true # Ensure that the installed version of FPM is used rather than the bundled one.
133133
SNAPCRAFT_BUILD_ENVIRONMENT: host
134134
# Retry Darwin build in case of notarization failures
135-
- uses: nick-fields/retry@v3
135+
- uses: nick-fields/retry@v4
136136
name: Build (Darwin)
137137
if: matrix.platform == 'darwin'
138138
with:

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node-version: ${{env.NODE_VERSION}}
4545
cache: npm
4646
cache-dependency-path: package-lock.json
47-
- uses: nick-fields/retry@v3
47+
- uses: nick-fields/retry@v4
4848
name: npm ci
4949
with:
5050
command: npm ci --no-audit --no-fund

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
node-version: ${{env.NODE_VERSION}}
7777
cache: npm
7878
cache-dependency-path: package-lock.json
79-
- uses: nick-fields/retry@v3
79+
- uses: nick-fields/retry@v4
8080
name: npm ci
8181
with:
8282
command: npm ci --no-audit --no-fund

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --global url.https://github.com/.insteadof git@github.com:
4949
5050
# Warm caches only (no builds)
51-
- uses: nick-fields/retry@v3
51+
- uses: nick-fields/retry@v4
5252
name: npm ci
5353
with:
5454
command: npm ci --no-audit --no-fund

.github/workflows/deploy-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: 3.x
4545
repo-token: ${{ secrets.GITHUB_TOKEN }}
46-
- uses: nick-fields/retry@v3
46+
- uses: nick-fields/retry@v4
4747
name: npm ci
4848
with:
4949
command: npm ci --no-audit --no-fund

.github/workflows/testdriver-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node-version: ${{env.NODE_VERSION}}
5353
cache: npm
5454
cache-dependency-path: package-lock.json
55-
- uses: nick-fields/retry@v3
55+
- uses: nick-fields/retry@v4
5656
name: npm ci
5757
with:
5858
command: npm ci --no-audit --no-fund

0 commit comments

Comments
 (0)