File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 - name : Run Lychee
3737 uses : lycheeverse/lychee-action@v2
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 ref : ${{ (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || github.sha }}
3939
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 ref : ${{ (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || github.sha }}
3939
Original file line number Diff line number Diff line change 4444
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - name : Setup cache environment
5050 id : extcache
9898 if : github.actor != 'dependabot[bot]'
9999
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v5
102102 with :
103103 fetch-depth : 0
104104
You can’t perform that action at this time.
0 commit comments