build(deps): bump actions/github-script from 5 to 7 (#27802)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-02 07:46:42 -07:00 committed by GitHub
parent 3e147f8693
commit 9fece4f811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@supersetbot'))
steps:
- name: Quickly add thumbs up!
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/')