Skip to content

Commit c71163c

Browse files
build(deps): bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a907150 commit c71163c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-docs.yml

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

3434
- name: Comment on PR if validation fails
3535
if: failure()
36-
uses: actions/github-script@v7
36+
uses: actions/github-script@v9
3737
with:
3838
script: |
3939
github.rest.issues.createComment({

0 commit comments

Comments
 (0)