Skip to content

Commit 5b0697c

Browse files
Bump actions/github-script from 6 to 7 (#902)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c219acc commit 5b0697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Add a comment if .asciidoc files changed
3131
if: steps.check-files.outputs.any_changed == 'true'
32-
uses: actions/github-script@v6
32+
uses: actions/github-script@v7
3333
with:
3434
script: |
3535
github.rest.issues.createComment({

0 commit comments

Comments
 (0)