From a39b723ec2541773fd4eceedd03d4f12d55a31e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:30:19 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/package-bump-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-bump-pr.yml b/.github/workflows/package-bump-pr.yml index de7628ee66a..31872923651 100644 --- a/.github/workflows/package-bump-pr.yml +++ b/.github/workflows/package-bump-pr.yml @@ -92,7 +92,7 @@ jobs: - name: Close package bump due to no changes if: ${{ steps.lerna_bump.outputs.packageBumpCommitHash == '' && steps.createpullrequest.outputs.pull-request-number != '' }} - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: github-token: '${{ secrets.SPINNAKERBOT_PERSONAL_ACCESS_TOKEN }}' script: | @@ -102,7 +102,7 @@ jobs: - name: Approve package bump if: ${{ steps.lerna_bump.outputs.packageBumpCommitHash != '' && steps.createpullrequest.outputs.pull-request-number != '' }} - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: github-token: '${{ secrets.SPINNAKERBOT_TOKEN }}' script: |