File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
issues : write
19
19
pull-requests : write
20
20
steps :
21
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
21
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22
22
- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
23
23
with :
24
24
cache : npm
Original file line number Diff line number Diff line change 19
19
- ubuntu-latest
20
20
runs-on : " ${{ matrix.os }}"
21
21
steps :
22
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
23
23
- name : " Use Node.js ${{ matrix.node-version }}"
24
24
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
25
25
with :
31
31
runs-on : ubuntu-latest
32
32
needs : test_matrix
33
33
steps :
34
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
34
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
35
35
- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
36
36
with :
37
37
node-version : " lts/*"
You can’t perform that action at this time.
0 commit comments