File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 if : contains(github.event.pull_request.labels.*.name, 'ok-to-test')
2222 steps :
2323 - name : Update PR
24- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
24+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
2525 continue-on-error : true
2626 with :
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Clone repository
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 with :
2121 fetch-depth : 0
2222 ref : ${{github.event.pull_request.head.ref}}
4646
4747 - name : Check links in changed files
4848 if : env.foundFiles == 'true'
49- uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4 .1
49+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6 .1
5050 with :
5151 failIfEmpty : false
5252 args : |
You can’t perform that action at this time.
0 commit comments