Skip to content

Commit 61cadf1

Browse files
Merge pull request #1226 from dev-hato/renovate/actions-setup-node-3.x
Update actions/setup-node action to v3.4.1
2 parents 70265b4 + e07be93 commit 61cadf1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-check-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
DEPENDABOT_NPM_VERSION="${{steps.get_dependabot_npm_version.outputs.npm_version}}"
3232
NPM_PATTERN_PACKAGE="s/\"npm\": \".*\"/\"npm\": \"^${DEPENDABOT_NPM_VERSION}\"/g"
3333
sed -i -e "${NPM_PATTERN_PACKAGE}" package.json
34-
- uses: actions/setup-node@v3.4.0
34+
- uses: actions/setup-node@v3.4.1
3535
with:
3636
cache: npm
3737
- run: |
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959
ref: ${{ github.event.pull_request.head.sha }}
6060
- name: Set up Node.js ${{ env.NODE_VERSION }}
61-
uses: actions/setup-node@v3.4.0
61+
uses: actions/setup-node@v3.4.1
6262
with:
6363
cache: npm
6464
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3.0.2
1616
- name: Set up Node.js ${{ env.NODE_VERSION }}
17-
uses: actions/setup-node@v3.4.0
17+
uses: actions/setup-node@v3.4.1
1818
with:
1919
cache: npm
2020
- run: |

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
DEST_PATH="/home/runner/work/_temp/_github_workflow/.venv"
6060
cp -r ${{ env.venv_path }} "${DEST_PATH}"
6161
- name: Set up Node.js ${{ env.NODE_VERSION }}
62-
uses: actions/setup-node@v3.4.0
62+
uses: actions/setup-node@v3.4.1
6363
with:
6464
cache: npm
6565
- name: Install dependencies

.github/workflows/pr-update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
ref: ${{ github.event.pull_request.head.sha }}
22-
- uses: actions/setup-node@v3.4.0
22+
- uses: actions/setup-node@v3.4.1
2323
with:
2424
cache: npm
2525
- name: Install packages

0 commit comments

Comments
 (0)