From a0bb79059e2a7a64c01b99470d5dbee490adc5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:01:15 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 (#10069) Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script 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/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 942c496cbcd..c4f41a280f3 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@v6.4.1 + uses: actions/github-script@v7.0.1 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@v6.4.1 + uses: actions/github-script@v7.0.1 with: github-token: '${{ secrets.SPINNAKERBOT_TOKEN }}' script: |