From 699ceadf10c9293d60c1d7bfc3a7dfce11901c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 02:48:52 +0000 Subject: [PATCH] chore: Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/postrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postrelease.yml b/.github/workflows/postrelease.yml index 276d35a..351727b 100644 --- a/.github/workflows/postrelease.yml +++ b/.github/workflows/postrelease.yml @@ -111,7 +111,7 @@ jobs: # Only on the automatic publish path — a manual dispatch failure is # visible to the person who ran it. if: ${{ failure() && github.event_name == 'workflow_run' }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const v = '${{ steps.ver.outputs.version }}';