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 1818 contents : write
1919 steps :
2020 - name : " Checkout repository"
21- uses : " actions/checkout@v4 "
21+ uses : " actions/checkout@v5 "
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
2424 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2222 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 steps :
2424 - name : " Checkout base repository"
25- uses : " actions/checkout@v4 "
25+ uses : " actions/checkout@v5 "
2626 with :
2727 token : ${{ env.GH_TOKEN }}
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 owner : " allthingslinux"
2020
2121 - name : " Checkout website repository"
22- uses : " actions/checkout@v4 "
22+ uses : " actions/checkout@v5 "
2323 with :
2424 repository : " allthingslinux/allthingslinux"
2525 token : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments