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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
This commit is contained in:
parent
fd50c7d1a5
commit
5d96468afa
4
.github/workflows/renovate-ci.yml
vendored
4
.github/workflows/renovate-ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user