From ddc6311cadd7a8b63e68293035983c64fd90a48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:03:17 +0000 Subject: [PATCH] chore(deps): Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-merge.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-merge.yml b/.github/workflows/update-merge.yml index cfeef697d..962a4459b 100644 --- a/.github/workflows/update-merge.yml +++ b/.github/workflows/update-merge.yml @@ -32,7 +32,7 @@ jobs: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Delete branch - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', { diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0a0072410..709425140 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,7 +33,7 @@ jobs: - run: npm install semver - name: Get latest release version - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: get-latest-release with: script: |