From 85fe2a293bde6dcaaeafe0300c0f8962819ccfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:47:07 +0000 Subject: [PATCH] Bump actions/github-script in /actions/ansible-docs-build-comment Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- actions/ansible-docs-build-comment/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/ansible-docs-build-comment/action.yml b/actions/ansible-docs-build-comment/action.yml index d473de2..f5bf276 100644 --- a/actions/ansible-docs-build-comment/action.yml +++ b/actions/ansible-docs-build-comment/action.yml @@ -53,7 +53,7 @@ runs: - name: Determine actions id: vars - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const inputs = ${{ toJSON(inputs )}} @@ -78,7 +78,7 @@ runs: if: >- steps.vars.outputs.action == 'remove' && steps.fc.outputs.comment-id - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.issues.deleteComment({