Skip to content

Commit 05ab92c

Browse files
chore(deps): update actions/github-script action to v9
1 parent b718b14 commit 05ab92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
8686
repositories: vite
8787
- id: create-comment
88-
uses: actions/github-script@v8
88+
uses: actions/github-script@v9
8989
with:
9090
github-token: ${{ steps.generate-token.outputs.token }}
9191
result-encoding: string
@@ -226,7 +226,7 @@ jobs:
226226
repositories: |
227227
vite
228228
vite-ecosystem-ci
229-
- uses: actions/github-script@v8
229+
- uses: actions/github-script@v9
230230
with:
231231
github-token: ${{ steps.generate-token.outputs.token }}
232232
script: |

0 commit comments

Comments
 (0)