Skip to content

Commit ba389e1

Browse files
authored
Merge pull request #247 from KSXGitHub/dependabot/github_actions/actions/setup-node-4
chore(deps): bump actions/setup-node from 3 to 4
2 parents 530f2dc + 0cac33a commit ba389e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
unzip tmp.sample.zip -d tmp.sample
6666
6767
- name: Install Node.js
68-
uses: actions/setup-node@v3
68+
uses: actions/setup-node@v4
6969
with:
7070
node-version: '16.1.0'
7171

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ jobs:
599599
unzip tmp.sample.zip -d tmp.sample
600600
601601
- name: Install Node.js
602-
uses: actions/setup-node@v3
602+
uses: actions/setup-node@v4
603603
with:
604604
node-version: '16.1.0'
605605

0 commit comments

Comments
 (0)