File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 node-version : ['lts/*', 'current']
1111 steps :
1212 - name : Checkout Repo
13- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
13+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1414 - name : Setup Node.js (${{ matrix.node-version }})
15- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
15+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1616 with :
1717 node-version : ${{ matrix.node-version }}
1818 - run : npm install
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
10- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
9+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
10+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1111 with :
1212 node-version : " 20.x"
1313 - run : npm i
1717 needs : build
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
20+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2222 with :
2323 node-version : " 20.x"
2424 registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments