Skip to content

Commit e3b4e92

Browse files
build(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 abafa0a commit e3b4e92

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)