Skip to content

Commit 1f50c85

Browse files
author
Verónica López
authored
Merge pull request #22 from authzed/dependabot/github_actions/actions/github-script-7
build(deps): bump actions/github-script from 6 to 7
2 parents bf0f5b9 + d8cac19 commit 1f50c85

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)