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@v5
34+ uses : actions/checkout@v6
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@v5
36+ uses : actions/checkout@v6
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@v5
36+ uses : actions/checkout@v6
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 4545
4646 steps :
4747 - name : Checkout code
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - name : Setup cache environment
5151 id : extcache
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 - name : Checkout code
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353
5454 - name : Setup cache environment
5555 id : extcache
@@ -100,7 +100,7 @@ jobs:
100100 if : github.actor != 'dependabot[bot]'
101101
102102 steps :
103- - uses : actions/checkout@v5
103+ - uses : actions/checkout@v6
104104 with :
105105 fetch-depth : 0
106106
You can’t perform that action at this time.
0 commit comments