Skip to content

Commit 997005f

Browse files
authored
Start using actions/setup-node@v3 due to deprecation warnings (#2588)
1 parent 3b3a055 commit 997005f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-zui/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
go-version: "1.18"
1010

1111
- name: Install Node
12-
uses: actions/setup-node@v2
12+
uses: actions/setup-node@v3
1313
with:
1414
cache: yarn
1515
node-version-file: .node-version

.github/workflows/advance-zed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/setup-go@v2
7878
with:
7979
go-version: '1.18'
80-
- uses: actions/setup-node@v2
80+
- uses: actions/setup-node@v3
8181
with:
8282
cache: yarn
8383
node-version-file: .node-version

0 commit comments

Comments
 (0)