Skip to content

Commit 3c1559b

Browse files
chore(deps): update actions/github-script action to v7 (#8711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2af68a5 commit 3c1559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-vertexai-responses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
should be updated to clone the latest version of the responses: `${{env.latest_tag}}`
5353
- name: Delete comment when version gets updated
5454
if: ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}}
55-
uses: actions/github-script@v6
55+
uses: actions/github-script@v7
5656
with:
5757
script: |
5858
github.rest.issues.deleteComment({

0 commit comments

Comments
 (0)