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@b4ffde65f46336ab88eb53be808477a3936bae11
27
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
17
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
45
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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