diff --git a/.github/workflows/supersetbot.yml b/.github/workflows/supersetbot.yml index f336629676b11..7082570f81791 100644 --- a/.github/workflows/supersetbot.yml +++ b/.github/workflows/supersetbot.yml @@ -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('/')