Skip to content

Commit d8cac19

Browse files
build(deps): bump actions/github-script from 6 to 7
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>
1 parent bf0f5b9 commit d8cac19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Also add a comment to the PR about the update
8585
- name: Comment on PR
8686
if: steps.update-spec.outputs.changes == 'true' && github.event_name == 'pull_request'
87-
uses: actions/github-script@v6
87+
uses: actions/github-script@v7
8888
with:
8989
script: |
9090
github.rest.issues.createComment({

0 commit comments

Comments
 (0)