From f06c4f132b8fb940023833ffbc549f8bee625b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:13:35 -0400 Subject: [PATCH] chore(deps): bump actions/github-script from 8 to 9 (#1624) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/regenerate-static-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regenerate-static-assets.yml b/.github/workflows/regenerate-static-assets.yml index 486b8bbc..4bd177dc 100644 --- a/.github/workflows/regenerate-static-assets.yml +++ b/.github/workflows/regenerate-static-assets.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Get PR branch id: pr - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const pr = await github.rest.pulls.get({ @@ -79,7 +79,7 @@ jobs: pull-requests: write steps: - name: Create response comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const status = '${{ needs.regenerate-static-assets.outputs.status }}';