File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout Repo
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 ref : ${{ github.event.pull_request.head.sha }}
2525 - name : Check broken Paths
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout Repo
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 with :
4242 ref : ${{ github.event.pull_request.head.sha }}
4343 - name : Run Check paths tracking
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout Repo
58- uses : actions/checkout@v3
58+ uses : actions/checkout@v4
5959 with :
6060 ref : ${{ github.event.pull_request.head.sha }}
6161 - name : Run Check URLs tracking
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Checkout Repo
76- uses : actions/checkout@v3
76+ uses : actions/checkout@v4
7777 with :
7878 ref : ${{ github.event.pull_request.head.sha }}
7979 - name : Run Check URLs Country Locale
9090 runs-on : ubuntu-latest
9191 steps :
9292 - name : Checkout Repo
93- uses : actions/checkout@v3
93+ uses : actions/checkout@v4
9494 with :
9595 ref : ${{ github.event.pull_request.head.sha }}
9696 - name : Run Check Broken URLs
You can’t perform that action at this time.
0 commit comments