We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8eaba8 commit a29bb0eCopy full SHA for a29bb0e
1 file changed
.github/workflows/ecosystem-ci-from-pr.yml
@@ -86,7 +86,7 @@ jobs:
86
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
87
repositories: vite
88
- id: create-comment
89
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
90
with:
91
github-token: ${{ steps.generate-token.outputs.token }}
92
result-encoding: string
@@ -228,7 +228,7 @@ jobs:
228
repositories: |
229
vite
230
vite-ecosystem-ci
231
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
232
233
234
script: |
0 commit comments