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 21
21
if : contains(github.event.pull_request.labels.*.name, 'ok-to-test')
22
22
steps :
23
23
- name : Update PR
24
- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
24
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
25
25
continue-on-error : true
26
26
with :
27
27
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Clone repository
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
20
with :
21
21
fetch-depth : 0
22
22
ref : ${{github.event.pull_request.head.ref}}
46
46
47
47
- name : Check links in changed files
48
48
if : env.foundFiles == 'true'
49
- uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4 .1
49
+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6 .1
50
50
with :
51
51
failIfEmpty : false
52
52
args : |
You can’t perform that action at this time.
0 commit comments