File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
24+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2525 with :
2626 # We must fetch at least the immediate parents so that if this is
2727 # a pull request then we can checkout the head.
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
21+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222 - uses : actions/setup-node@v4
2323 with :
2424 node-version : lts/*
Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
15+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : 18
Original file line number Diff line number Diff line change 88 update :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
11+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : " lts/*"
You can’t perform that action at this time.
0 commit comments