From 4917eaf7e772775fc2370cf0ff774b56d58307b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:45:52 +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/pr-bot.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 269bccd..04a5c90 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: label pr size - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: files } = await github.rest.pulls.listFiles({ @@ -69,7 +69,7 @@ jobs: needs: [label, size] if: always() steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f996af..fcd5c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: - name: generate changelog id: changelog - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: |