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 5252 name : Lint & Build
5353 steps :
5454 - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
55- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
55+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
5656 with :
5757 cache : npm
5858 node-version : lts/*
9292 git config --global core.autocrlf false
9393 git config --global core.eol lf
9494 - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
95- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
95+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
9696 with :
9797 cache : npm
9898 node-version : ${{ matrix.node }}
@@ -111,7 +111,7 @@ jobs:
111111 # Need to fetch entire commit history to
112112 # analyze every commit since last release
113113 fetch-depth : 0
114- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
114+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
115115 with :
116116 cache : npm
117117 node-version : lts/*
You can’t perform that action at this time.
0 commit comments