File tree 3 files changed +849
-1955
lines changed
3 files changed +849
-1955
lines changed Original file line number Diff line number Diff line change 51
51
runs-on : ubuntu-latest
52
52
name : Lint & Build
53
53
steps :
54
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
55
- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
54
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
55
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
56
56
with :
57
57
cache : npm
58
58
node-version : lts/*
91
91
run : |
92
92
git config --global core.autocrlf false
93
93
git config --global core.eol lf
94
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
95
- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
94
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
95
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
96
96
with :
97
97
cache : npm
98
98
node-version : ${{ matrix.node }}
@@ -106,12 +106,12 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
name : Semantic release
108
108
steps :
109
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
109
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
110
110
with :
111
111
# Need to fetch entire commit history to
112
112
# analyze every commit since last release
113
113
fetch-depth : 0
114
- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
114
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
115
115
with :
116
116
cache : npm
117
117
node-version : lts/*
You can’t perform that action at this time.
0 commit comments