From 4e12141bc2e25e9f8b66c91142654355664d6754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:44:09 +0000 Subject: [PATCH] github-actions(deps): 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/auto-assign-bug.yml | 2 +- .github/workflows/release-with-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-bug.yml b/.github/workflows/auto-assign-bug.yml index 863816e6..f0a2dd2b 100644 --- a/.github/workflows/auto-assign-bug.yml +++ b/.github/workflows/auto-assign-bug.yml @@ -14,7 +14,7 @@ jobs: if: github.event.label.name == 'bug' steps: - name: Add bug report comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release-with-changelog.yml b/.github/workflows/release-with-changelog.yml index 6acce947..f426bb15 100644 --- a/.github/workflows/release-with-changelog.yml +++ b/.github/workflows/release-with-changelog.yml @@ -236,7 +236,7 @@ jobs: - name: Comment on related PRs if: steps.check_tag.outputs.exists == 'false' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const version = '${{ steps.get_version.outputs.version }}';