From 9fece4f81174249e2312cff4e28d61bff376ff54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:46:42 -0700 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 7 (#27802) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/supersetbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supersetbot.yml b/.github/workflows/supersetbot.yml index f33662967..7082570f8 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('/')