From 17bb51bd2b3228dbc7ad5a35c11bb1a0faae1a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 06:11:06 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/experimental-build.yml | 2 +- .github/workflows/pre-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/experimental-build.yml b/.github/workflows/experimental-build.yml index 36b9898..d2567e4 100644 --- a/.github/workflows/experimental-build.yml +++ b/.github/workflows/experimental-build.yml @@ -84,7 +84,7 @@ jobs: Built on ${{ env.BUILD_DATE }} - name: Remove test-build label - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.removeLabel({ diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index fe1de47..14f993a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -85,7 +85,7 @@ jobs: - name: Remove pre-release label (skipped) if: steps.rc.outputs.skip == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.removeLabel({ @@ -195,7 +195,7 @@ jobs: *Created: ${{ github.event.pull_request.updated_at }}* - name: Remove pre-release label - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.removeLabel({