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 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout project
27
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
27
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
28
28
- name : Install deps
29
29
run : |
30
30
sudo apt update
Original file line number Diff line number Diff line change 14
14
contents : write
15
15
steps :
16
16
- name : Checkout project
17
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
17
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Generate changelog latest
42
42
contents : write
43
43
steps :
44
44
- name : Checkout project
45
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
45
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
46
46
with :
47
47
fetch-depth : 0
48
48
- name : Get tag
You can’t perform that action at this time.
0 commit comments