File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
node : [14, 16, 18, 20]
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ${{ matrix.node }}
29
29
windows :
30
30
runs-on : windows-latest
31
31
steps :
32
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
32
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
33
- uses : actions/setup-node@v4
34
34
with :
35
35
node-version : 14
40
40
lint :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
43
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44
44
- uses : actions/setup-node@v4
45
45
with :
46
46
node-version : 14
You can’t perform that action at this time.
0 commit comments