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 1212 contents : read
1313 pull-requests : write
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ref : ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
1818 fetch-depth : 0 # fetch all history for all branches and tags
Original file line number Diff line number Diff line change 1919 re-tag :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 1414 used-by :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : shenxianpeng/used-by@v0.1.4
1919 with :
2020 repo : ' ${{ github.repository }}'
You can’t perform that action at this time.
0 commit comments