Skip to content

Commit 9b634cb

Browse files
chore(deps): update actions/github-script action to v7 (#9628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac04d28 commit 9b634cb

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 == 'vuejs/core' && 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
@@ -43,7 +43,7 @@ jobs:
4343
})
4444
throw new Error('not allowed')
4545
}
46-
- uses: actions/github-script@v6
46+
- uses: actions/github-script@v7
4747
id: get-pr-data
4848
with:
4949
script: |
@@ -58,7 +58,7 @@ jobs:
5858
branchName: pr.head.ref,
5959
repo: pr.head.repo.full_name
6060
}
61-
- uses: actions/github-script@v6
61+
- uses: actions/github-script@v7
6262
id: trigger
6363
env:
6464
COMMENT: ${{ github.event.comment.body }}

0 commit comments

Comments
 (0)