File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 run :
2222 working-directory : ./binding
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
24+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2525 with :
2626 submodules : true
2727 ref : ${{ inputs.checkout-ref || github.head_ref }}
3636 runs-on : ubuntu-latest
3737 needs : build-native-dev-library
3838 steps :
39- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4040 with :
4141 submodules : true
4242 ref : ${{ inputs.checkout-ref || github.head_ref }}
6767 runs-on : ubuntu-latest
6868 needs : build-native-dev-library
6969 steps :
70- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
70+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7171 with :
7272 submodules : true
7373 ref : ${{ inputs.checkout-ref || github.head_ref }}
@@ -100,7 +100,7 @@ jobs:
100100 runs-on : ubuntu-latest
101101 needs : build-native-dev-library
102102 steps :
103- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
103+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
104104 with :
105105 submodules : true
106106 ref : ${{ inputs.checkout-ref || github.head_ref }}
Original file line number Diff line number Diff line change 2828 # if use ACT, uncomment-out the following line
2929 # with:
3030 # required-codeowners: 'false'
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3232 with :
3333 fetch-depth : 0
3434 ref : ${{ fromJSON(steps.precheck.outputs.base-branch) }}
Original file line number Diff line number Diff line change 1717 with :
1818 app-id : ${{ secrets.APP_ID }}
1919 private-key : ${{ secrets.APP_PRIVATE_KEY }}
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2121 with :
2222 token : ${{ steps.generate_token.outputs.token }}
2323 submodules : recursive
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 steps :
3939 # is PR
4040 - if : needs.parse-tag.outputs.tag != null
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
41+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4242 with :
4343 ref : refs/pull/${{ github.event.issue.number }}/merge
4444 # is workflow_dispatch
4545 - if : needs.parse-tag.outputs.release-tag != null
46- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
46+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4747 - if : ${{ github.event.issue.pull_request != null }}
4848 run : gh pr comment ${PR_NUMBER} -b "Running ${ACTION_URL}"
4949 env :
You can’t perform that action at this time.
0 commit comments