File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
runs-on : ubuntu-latest
43
43
name : Lint & Build
44
44
steps :
45
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
45
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
46
46
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
47
47
with :
48
48
cache : npm
82
82
run : |
83
83
git config --global core.autocrlf false
84
84
git config --global core.eol lf
85
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
85
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
86
86
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
87
87
with :
88
88
cache : npm
97
97
runs-on : ubuntu-latest
98
98
name : Semantic release
99
99
steps :
100
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
100
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
101
101
with :
102
102
# Need to fetch entire commit history to
103
103
# analyze every commit since last release
You can’t perform that action at this time.
0 commit comments