This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fece4f811 build(deps): bump actions/github-script from 5 to 7 (#27802)
9fece4f811 is described below

commit 9fece4f81174249e2312cff4e28d61bff376ff54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 2 07:46:42 2024 -0700

    build(deps): bump actions/github-script from 5 to 7 (#27802)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 f336629676..7082570f81 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('/')

Reply via email to