File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
timeout-minutes : 3
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16
16
- name : Install
17
17
run : yarn
18
18
- name : Lint
Original file line number Diff line number Diff line change 25
25
DEBUG : true
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29
29
with :
30
30
fetch-depth : 0
31
31
persist-credentials : false
Original file line number Diff line number Diff line change 11
11
timeout-minutes : 10
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
with :
16
16
# This makes Actions fetch all Git history so that Changesets can
17
17
# generate changelogs with the correct commits.
You can’t perform that action at this time.
0 commit comments