workflow: Update actions/github-script to v9 (#1016)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-17 17:34:53 +02:00 committed by GitHub
parent dde1354d36
commit 8f46da6630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
steps:
- name: Label new PR as "status:waiting for review"
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
github.rest.issues.addLabels({

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Download artifact'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@ -44,7 +44,7 @@ jobs:
run: unzip "${{ runner.temp }}/artifacts/review-event.zip" -d "${{ runner.temp }}/artifacts"
- name: Update status labels based on review
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Promote approved PRs to "ready to merge"
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const owner = context.repo.owner