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 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2323 with :
2424 cache : npm
Original file line number Diff line number Diff line change 2121 - windows-latest
2222 runs-on : " ${{ matrix.os }}"
2323 steps :
24- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
24+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2525 - run : git config --global user.name github-actions
2626 -
run :
git config --global user.email [email protected] 2727 - name : " Use Node.js ${{ matrix.node-version }}"
3737 runs-on : ubuntu-latest
3838 needs : test_matrix
3939 steps :
40- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
40+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4141 - name : " Use Node.js ${{ matrix.node-version }}"
4242 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4343 with :
You can’t perform that action at this time.
0 commit comments