File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
33+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 node-version : [14.x]
1212
1313 steps :
14- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515 - name : Use Node.js ${{ matrix.node-version }}
1616 uses : actions/setup-node@v1
1717 with :
Original file line number Diff line number Diff line change 2020 release-type : node
2121
2222 - if : ${{ steps.release.outputs.release_created }}
23- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424
2525 - if : ${{ steps.release.outputs.release_created }}
2626 name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments