File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 - name : " Add GitHub reference to PR"
242242 if : env.GERRIT_CR_URL_CID != ''
243243 # yamllint disable rule:line-length
244- uses : actions/github-script@v7
244+ uses : actions/github-script@v8
245245 with :
246246 # yamllint disable rule:line-length
247247 script : |
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ jobs:
528528 if: |
529529 hashFiles('commit-sha.txt') != '' ||
530530 (! startsWith(env.GERRIT_CR_URL_CID, ''))
531- uses: actions/github-script@v7
531+ uses: actions/github-script@v8
532532 with:
533533 result-encoding: string
534534 retries: 3
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ runs:
379379 if : |
380380 hashFiles('commit-sha.txt') != '' ||
381381 (! startsWith(env.GERRIT_CHANGE_REQUEST_URL, ''))
382- uses : actions/github-script@v7
382+ uses : actions/github-script@v8
383383 with :
384384 result-encoding : string
385385 retries : 3
You can’t perform that action at this time.
0 commit comments