Skip to content

Commit 966dedf

Browse files
Bump actions/github-script in /actions/ansible-docs-build-comment (#85)
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-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 c7202eb commit 966dedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/ansible-docs-build-comment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: Determine actions
5555
id: vars
56-
uses: actions/github-script@v6
56+
uses: actions/github-script@v7
5757
with:
5858
script: |
5959
const inputs = ${{ toJSON(inputs )}}
@@ -78,7 +78,7 @@ runs:
7878
if: >-
7979
steps.vars.outputs.action == 'remove'
8080
&& steps.fc.outputs.comment-id
81-
uses: actions/github-script@v6
81+
uses: actions/github-script@v7
8282
with:
8383
script: |
8484
github.rest.issues.deleteComment({

0 commit comments

Comments
 (0)