Skip to content

Commit 35936ee

Browse files
Chore(deps): Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 835341c commit 35936ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github2gerrit-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)