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 a0c409d commit 9808edfCopy full SHA for 9808edf
.github/workflows/ecosystem-ci-from-pr.yml
@@ -85,7 +85,7 @@ jobs:
85
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
86
repositories: vite
87
- id: create-comment
88
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
89
with:
90
github-token: ${{ steps.generate-token.outputs.token }}
91
result-encoding: string
@@ -226,7 +226,7 @@ jobs:
226
repositories: |
227
vite
228
vite-ecosystem-ci
229
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
230
231
232
script: |
0 commit comments