Skip to content

Commit

Permalink
Update actions/setup-node action to v3.7.0 (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent ae8c555 commit 973bf4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
cache: npm
- run: bash "${GITHUB_WORKSPACE}/scripts/renovate_config_validator/renovate_config_validator/validate.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# of changed files within `super-linter`
fetch-depth: 0

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
cache: npm
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down

0 comments on commit 973bf4a

Please sign in to comment.