@@ -147,7 +147,7 @@ jobs:
147
147
- name : Get modified file detail
148
148
if : contains(fromJSON('["merge_group", "pull_request", "pull_request_target"]'), github.event_name)
149
149
id : check-modified-file-detail
150
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
150
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
151
151
env :
152
152
PATH_PATTERN : " ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}"
153
153
IGNORE_PATTERNS : |
@@ -240,7 +240,7 @@ jobs:
240
240
contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
241
241
|| (needs.check.outputs.any_modified == 'true' && startsWith(github.event_name, 'pull_request'))
242
242
)
243
- uses : actions/github-script@v7
243
+ uses : actions/github-script@v8
244
244
id : deployment
245
245
env :
246
246
PR_NUMBER : ${{ github.event.pull_request.number }}
@@ -465,7 +465,7 @@ jobs:
465
465
uses : elastic/docs-builder/actions/update-link-index@main
466
466
467
467
- name : Update deployment status
468
- uses : actions/github-script@v7
468
+ uses : actions/github-script@v8
469
469
if : >
470
470
env.MATCH == 'true'
471
471
&& always()
@@ -501,7 +501,7 @@ jobs:
501
501
steps :
502
502
- name : Comment on PR
503
503
continue-on-error : true
504
- uses : actions/github-script@v7
504
+ uses : actions/github-script@v8
505
505
env :
506
506
ALL_CHANGED_FILES : ${{ needs.check.outputs.all_changed_files }}
507
507
PATH_PREFIX : ${{ needs.build.outputs.path_prefix }}
@@ -576,7 +576,7 @@ jobs:
576
576
}
577
577
- name : Comment on docs changes about versioning requirements
578
578
if : inputs.enable-cumulative-comment == true
579
- uses : actions/github-script@v7
579
+ uses : actions/github-script@v8
580
580
with :
581
581
github-token : ${{ secrets.GITHUB_TOKEN }}
582
582
# language=javascript
0 commit comments