Skip to content

Commit 4c86bb0

Browse files
authored
Merge pull request #50 from lfit/dependabot/github_actions/actions/github-script-8
Chore(deps): Bump actions/github-script from 7 to 8
2 parents 9ee95c3 + 7a4d79b commit 4c86bb0

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)