From 86c46b13a2de6ec42c238556de5079e5964ed9e5 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:14:44 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v7.1.0 | v9.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/release-please.yml | 2 +- bundle-size/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9a7291fc..e621d73d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -52,7 +52,7 @@ jobs: # `/--sha`. - name: tag major and minor versions if: steps.release.outputs.releases_created == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RELEASES: ${{ toJSON(steps.release.outputs) }} with: diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 6122f92b..22d7446a 100644 --- a/bundle-size/action.yml +++ b/bundle-size/action.yml @@ -89,7 +89,7 @@ runs: - name: Generate stats report and comment on PR if: ${{ github.event_name == 'pull_request' && steps.main-stats-info.outputs.run-id != '' }} - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const script = require('${{ github.action_path }}/index.js')