Skip to content

Commit a29bb0e

Browse files
chore(deps): update actions/github-script action to v9 (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8eaba8 commit a29bb0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
8787
repositories: vite
8888
- id: create-comment
89-
uses: actions/github-script@v8
89+
uses: actions/github-script@v9
9090
with:
9191
github-token: ${{ steps.generate-token.outputs.token }}
9292
result-encoding: string
@@ -228,7 +228,7 @@ jobs:
228228
repositories: |
229229
vite
230230
vite-ecosystem-ci
231-
- uses: actions/github-script@v8
231+
- uses: actions/github-script@v9
232232
with:
233233
github-token: ${{ steps.generate-token.outputs.token }}
234234
script: |

0 commit comments

Comments
 (0)