Skip to content

Commit

Permalink
Bump actions/github-script in /actions/ansible-docs-build-comment (#85)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent c7202eb commit 966dedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/ansible-docs-build-comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )}}
Expand All @@ -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({
Expand Down

0 comments on commit 966dedf

Please sign in to comment.