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 2121 pull-requests : write
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
2727 - name : " Call the lfit/github2gerrit composite action"
Original file line number Diff line number Diff line change 9797 jq --version
9898
9999 - name : Clone Github repo where the PR is submitted
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101 with :
102102 fetch-depth : ${{ inputs.fetch_depth }}
103103 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 7373 jq --version
7474
7575 - name : Clone Github repo where the PR is submitted
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 fetch-depth : ${{ inputs.FETCH_DEPTH }}
7979 ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments