File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18
18
with :
19
19
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
node_version : [ 16, 18, 20 ]
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
- name : setup Node.js ${{ matrix.node_version }}
16
16
uses : actions/setup-node@v3
17
17
with :
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
13
- name : Setup Node.js
14
14
uses : actions/setup-node@v3
15
15
with :
You can’t perform that action at this time.
0 commit comments