Skip to content

Commit 96549c6

Browse files
Bump actions/github-script in /actions/ansible-docs-build-diff (#87)
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 b1497c1 commit 96549c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
9292
- name: Create diff
9393
id: diff
94-
uses: actions/github-script@v6
94+
uses: actions/github-script@v7
9595
with:
9696
script: |
9797
// attribution: https://stackoverflow.com/a/3561711/3905079

0 commit comments

Comments
 (0)