File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Repo
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 ref : ${{ github.event.pull_request.head.sha }}
2828 - name : Check broken Paths
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout Repo
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 ref : ${{ github.event.pull_request.head.sha }}
4646 - name : Run Check paths tracking
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout Repo
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 with :
6363 ref : ${{ github.event.pull_request.head.sha }}
6464 - name : Run Check URLs tracking
7676 runs-on : ubuntu-latest
7777 steps :
7878 - name : Checkout Repo
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080 with :
8181 ref : ${{ github.event.pull_request.head.sha }}
8282 - name : Run Check URLs Country Locale
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Checkout Repo
96- uses : actions/checkout@v5
96+ uses : actions/checkout@v6
9797 with :
9898 ref : ${{ github.event.pull_request.head.sha }}
9999 - name : Run Check Broken URLs
You can’t perform that action at this time.
0 commit comments