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 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - uses : actions/setup-node@v3
21
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
22
+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
23
23
with :
24
24
cache : npm
25
25
node-version : lts/*
Original file line number Diff line number Diff line change 20
20
- macos-latest
21
21
runs-on : " ${{ matrix.os }}"
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
24
24
- name : " Use Node.js ${{ matrix.node-version }}"
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
26
26
with :
27
27
node-version : " ${{ matrix.node-version }}"
28
28
cache : npm
34
34
runs-on : ubuntu-latest
35
35
needs : test_matrix
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
38
38
- name : " Use Node.js ${{ matrix.node-version }}"
39
- uses : actions/setup-node@v3
39
+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
40
40
with :
41
41
node-version : " ${{ matrix.node-version }}"
42
42
cache : npm
You can’t perform that action at this time.
0 commit comments