From 5d96468afa54e26926d250a9c19336b991635580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:52:52 +0100 Subject: [PATCH] chore(deps): bump actions/github-script from 4 to 7 (#2659) Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v7) --- 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> Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com> --- .github/workflows/renovate-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index 13d77503..0b0f2f20 100644 --- a/.github/workflows/renovate-ci.yml +++ b/.github/workflows/renovate-ci.yml @@ -96,7 +96,7 @@ jobs: - name: Check bumped version id: check-bumped-version - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -150,7 +150,7 @@ jobs: - name: Label this PR as "automerge" if major_bump is false if: steps.check-bumped-version.outputs.major_bump == 'false' - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.PERSONAL_TOKEN }} script: |