From 99d8de7eb35ec5c997fb4bb5d15811c16ad50f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:18:50 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changeset-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index 7e14cc76..a7c8099a 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -118,7 +118,7 @@ jobs: - name: Comment on PR if no changeset if: steps.changeset-check.outputs.needs_changeset == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue; @@ -208,7 +208,7 @@ jobs: - name: Remove changeset comment if changeset exists if: steps.changeset-check.outputs.needs_changeset == 'false' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue;