Skip to content

Commit 2c4676a

Browse files
committed
Update actions/setup-node action to v3.5.1
1 parent fd56541 commit 2c4676a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/renovate-config-validator.yml

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

1414
steps:
1515
- uses: actions/checkout@v3.1.0
16-
- uses: actions/setup-node@v3.5.0
16+
- uses: actions/setup-node@v3.5.1
1717
with:
1818
cache: npm
1919
- run: npm ci --prefer-offline

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# of changed files within `super-linter`
4545
fetch-depth: 0
4646

47-
- uses: actions/setup-node@v3.5.0
47+
- uses: actions/setup-node@v3.5.1
4848
with:
4949
cache: npm
5050
- run: npm ci --prefer-offline

.github/workflows/update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.event.pull_request.head.sha }}
27-
- uses: actions/setup-node@v3.5.0
27+
- uses: actions/setup-node@v3.5.1
2828
with:
2929
cache: npm
3030
- name: Install packages

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.event.pull_request.head.sha }}
27-
- uses: actions/setup-node@v3.5.0
27+
- uses: actions/setup-node@v3.5.1
2828
with:
2929
cache: npm
3030
- run: npm install

.github/workflows/update-readme.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.5.0
26+
- uses: actions/setup-node@v3.5.1
2727
with:
2828
cache: npm
2929
- run: npm ci --prefer-offline

0 commit comments

Comments
 (0)