File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 github.event.deployment.ref != 'main' &&
1212 github.event.deployment_status.state == 'success'
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Download Link Checker
1616 uses : lycheeverse/lychee-action@v2
1717 with :
Original file line number Diff line number Diff line change 4242 name : Check Download Links and Raise Issue
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646
4747 - name : Run Lychee
4848 id : lychee
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Install Node.js and use yarn
1818 uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 77 update :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Update
1212 id : update
1313 shell : bash
You can’t perform that action at this time.
0 commit comments