File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 tag : docker-${{ steps.version.outputs.build_version }}-${{ inputs.channel }}
1717 has_update : ${{ steps.check-update.outputs.has_update }}
1818 steps :
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - name : Get Latest IB Gateway Version
2222 id : version
4242 needs : check-new-version
4343 if : needs.check-new-version.outputs.has_update == 'true'
4444 steps :
45- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646
4747 - name : Download IB Gateway
4848 run : |
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout source code
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 with :
2525 # Checkout branch which triggered the action
2626 ref : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments