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 2424 update :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828
2929 - name : Find default branch name
3030 id : defaultBranch
Original file line number Diff line number Diff line change 2020 needs : [setup]
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - uses : ./
2626 id : current
Original file line number Diff line number Diff line change 2020 needs : [setup]
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - uses : ./
2626 id : current
Original file line number Diff line number Diff line change 7272 echo "name=${tmp_dir}" >> $GITHUB_OUTPUT
7373
7474 - name : Checkout Private actions
75- uses : actions/checkout@v3
75+ uses : actions/checkout@v4
7676 with :
7777 repository : ${{ inputs.implementation_repository }}
7878 ref : ${{ inputs.implementation_ref }}
You can’t perform that action at this time.
0 commit comments