Skip to content

Commit

Permalink
Merge pull request #2973 from dev-hato/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3.7.0
  • Loading branch information
renovate[bot] authored Jul 6, 2023
2 parents 869f043 + 5040017 commit ec075e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 All @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Node.js
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/pr-renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
cache: npm
- run: bash "${GITHUB_WORKSPACE}/scripts/pr_renovate_config_validator/pr_renovate_config_validator/run_validator.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
DEST_PATH: "/home/runner/work/_temp/_github_workflow/.venv"
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/install_pipenv.sh"
- name: Set up Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
cache: npm
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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

0 comments on commit ec075e7

Please sign in to comment.