From 8c15a33c9218d21a286aba2f95a982247a6deb3e Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:18:02 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v7.1.0 | v8.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 97c2c22a..c1be154a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -63,7 +63,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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: RELEASES: ${{ toJSON(steps.release.outputs) }} with: diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 6122f92b..41290390 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const script = require('${{ github.action_path }}/index.js')