Skip to content

Commit 1f90c16

Browse files
Update actions/setup-node action to v3.6.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a322392 commit 1f90c16

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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/[email protected]
16-
- uses: actions/setup-node@v3.5.1
16+
- uses: actions/setup-node@v3.6.0
1717
with:
1818
cache: npm
1919
- run: bash "${GITHUB_WORKSPACE}/scripts/renovate_config_validator/renovate_config_validator/validate.sh"

.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.1
47+
- uses: actions/setup-node@v3.6.0
4848
with:
4949
cache: npm
5050
- run: npm ci

.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.1
27+
- uses: actions/setup-node@v3.6.0
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.1
27+
- uses: actions/setup-node@v3.6.0
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 || github.sha }}
26-
- uses: actions/setup-node@v3.5.1
26+
- uses: actions/setup-node@v3.6.0
2727
with:
2828
cache: npm
2929
- run: npm ci

0 commit comments

Comments
 (0)