From dc9aa584a9a11ac4576c7322202804ddd12cea2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:36:54 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/check-vertexai-responses.yml | 2 +- .github/workflows/release-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-vertexai-responses.yml b/.github/workflows/check-vertexai-responses.yml index fd5dcd21e3..78c6ad2eaa 100644 --- a/.github/workflows/check-vertexai-responses.yml +++ b/.github/workflows/check-vertexai-responses.yml @@ -58,7 +58,7 @@ jobs: should be updated to clone the latest version of the responses: `${{env.latest_tag}}` - name: Delete comment when version gets updated if: ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.deleteComment({ diff --git a/.github/workflows/release-staging.yml b/.github/workflows/release-staging.yml index 1feb8734a5..e81501b91c 100644 --- a/.github/workflows/release-staging.yml +++ b/.github/workflows/release-staging.yml @@ -53,7 +53,7 @@ jobs: with: node-version: 22.10.0 - name: Merge main into release - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }} script: |