Skip to content

Commit 72e3303

Browse files
Update actions/setup-node action to v4 (#856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea3d851 commit 72e3303

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Full git history is needed to get a proper list
4141
# of changed files within `super-linter`
4242
fetch-depth: 0
43-
- uses: actions/setup-node@v3.8.2
43+
- uses: actions/setup-node@v4.0.0
4444
with:
4545
cache: npm
4646
- run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"

.github/workflows/update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ github.event.pull_request.head.sha }}
25-
- uses: actions/setup-node@v3.8.2
25+
- uses: actions/setup-node@v4.0.0
2626
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2727
with:
2828
cache: npm

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
ref: ${{ github.event.pull_request.head.sha }}
26-
- uses: actions/setup-node@v3.8.2
26+
- uses: actions/setup-node@v4.0.0
2727
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2828
with:
2929
cache: npm

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ github.event.pull_request.head.sha || github.sha }}
25-
- uses: actions/setup-node@v3.8.2
25+
- uses: actions/setup-node@v4.0.0
2626
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2727
with:
2828
cache: npm

0 commit comments

Comments
 (0)