Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 5 to 7 (apache#27802)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and EandrewJones committed Apr 5, 2024
1 parent 19830ae commit bb96612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supersetbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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('/')
Expand Down

0 comments on commit bb96612

Please sign in to comment.