Skip to content

Commit 29a5f3b

Browse files
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...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 4301a18 commit 29a5f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# https://github.com/actions/github-script#comment-on-an-issue
6464
- name: Add comment to opened PR
6565
if: github.event.action == 'opened'
66-
uses: actions/github-script@v8
66+
uses: actions/github-script@v9
6767
with:
6868
script: |
6969
github.rest.issues.createComment({

0 commit comments

Comments
 (0)