From 21f2063c651b069e100229a64c80ee56b0f8042d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:12:56 +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/issue-automation.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-automation.yml b/.github/workflows/issue-automation.yml index 721138f..7668229 100644 --- a/.github/workflows/issue-automation.yml +++ b/.github/workflows/issue-automation.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - name: Annotate issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const issue = context.payload.issue; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 376e40e..a0cfbe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: - name: Update GitHub release notes if: steps.release.outputs.release_created == 'true' && hashFiles('release-notes.md') != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: RELEASE_TAG: ${{ steps.release.outputs.tag_name }} with: