File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
21
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22
22
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
22
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
23
23
- name : " Use Node.js ${{ matrix.node-version }}"
24
24
uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
25
25
with :
33
33
runs-on : ubuntu-latest
34
34
needs : test_matrix
35
35
steps :
36
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
36
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
37
37
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
38
38
with :
39
39
node-version : lts/*
You can’t perform that action at this time.
0 commit comments