Skip to content

Commit bf13dae

Browse files
Update actions/setup-node action to v3.8.1 (#712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b8be33 commit bf13dae

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/[email protected].0
16+
- uses: actions/[email protected].1
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/[email protected].0
47+
- uses: actions/[email protected].1
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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
ref: ${{ github.event.pull_request.head.sha }}
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3030
with:
3131
cache: npm

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
ref: ${{ github.event.pull_request.head.sha }}
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3030
with:
3131
cache: npm

.github/workflows/update-readme.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 || github.sha }}
27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].1
2828
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2929
with:
3030
cache: npm

0 commit comments

Comments
 (0)