Skip to content

Commit 4627c1f

Browse files
build(deps): bump actions/github-script from 7 to 8 (#8472)
1 parent 18685ee commit 4627c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cps-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Comment PR
3737
if: ${{ steps.newflags.outputs.flagnames != '' }}
38-
uses: actions/github-script@v7
38+
uses: actions/github-script@v8
3939
with:
4040
script: |
4141
const { owner, repo, number: issue_number } = context.issue;

.github/workflows/issue-for-sre-handoff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Comment PR
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const commentMarker = '<!-- deployment_ticket_check -->';

0 commit comments

Comments
 (0)