]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): update actions/github-script action to v9 (#14715)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 22 Apr 2026 05:45:24 +0000 (13:45 +0800)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2026 05:45:24 +0000 (13:45 +0800)
.github/workflows/ecosystem-ci-trigger.yml

index 824d8b714e18e20f3e29450ce41483c80ca24738..9af1268f6ec9fecf28fbe507239a513f72c64664 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     if: github.repository == 'vuejs/core' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
     steps:
       - name: Check user permission
-        uses: actions/github-script@v8
+        uses: actions/github-script@v9
         with:
           script: |
             const user = context.payload.sender.login
@@ -45,7 +45,7 @@ jobs:
               throw new Error('not allowed')
             }
       - name: Get PR info
-        uses: actions/github-script@v8
+        uses: actions/github-script@v9
         id: get-pr-data
         with:
           script: |
@@ -62,7 +62,7 @@ jobs:
               commit: pr.head.sha
             }
       - name: Trigger run
-        uses: actions/github-script@v8
+        uses: actions/github-script@v9
         id: trigger
         env:
           COMMENT: ${{ github.event.comment.body }}