Skip to content

Commit e07c0a3

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] <support@github.com>
1 parent b26f5da commit e07c0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ jobs:
527527
if: |
528528
hashFiles('commit-sha.txt') != '' ||
529529
(! startsWith(env.GERRIT_CR_URL_CID, ''))
530-
uses: actions/github-script@v7
530+
uses: actions/github-script@v8
531531
with:
532532
result-encoding: string
533533
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)