File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
node : [14.x, 16.x, 18.x]
33
33
runs-on : ${{ matrix.os }}
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
37
- - uses : actions/setup-node@v1
37
+ - uses : actions/setup-node@v3
38
38
with :
39
39
node-version : ${{ matrix.node }}
40
40
41
41
- name : Setup pnpm
42
42
id : pnpm-install
43
- uses : pnpm/action-setup@v2
43
+ uses : pnpm/action-setup@v3
44
44
with :
45
45
version : 7
46
46
run_install : false
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ jobs:
24
24
eslint :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
29
29
- name : Setup Node.js
30
- uses : actions/setup-node@v2
30
+ uses : actions/setup-node@v3
31
31
with :
32
32
node-version : 18
33
33
34
34
- name : Setup pnpm
35
35
id : pnpm-install
36
- uses : pnpm/action-setup@v2
36
+ uses : pnpm/action-setup@v3
37
37
with :
38
38
version : 7
39
39
run_install : false
You can’t perform that action at this time.
0 commit comments