Skip to content

Commit 938dbf2

Browse files
chore(deps): update actions/github-script action to v7 (#15146)
1 parent 7ff2c0a commit 938dbf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.repository == 'vitejs/vite' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
1111
steps:
12-
- uses: actions/github-script@v6
12+
- uses: actions/github-script@v7
1313
with:
1414
script: |
1515
const user = context.payload.sender.login
@@ -45,7 +45,7 @@ jobs:
4545
})
4646
throw new Error('not allowed')
4747
}
48-
- uses: actions/github-script@v6
48+
- uses: actions/github-script@v7
4949
id: get-pr-data
5050
with:
5151
script: |
@@ -66,7 +66,7 @@ jobs:
6666
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
6767
installation_retrieval_payload: "${{ github.repository_owner }}/vite-ecosystem-ci"
6868
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
69-
- uses: actions/github-script@v6
69+
- uses: actions/github-script@v7
7070
id: trigger
7171
env:
7272
COMMENT: ${{ github.event.comment.body }}

0 commit comments

Comments
 (0)