chore(deps): bump actions/github-script from 6 to 7 (#9607)

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...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: Vladimír Gorej <vladimir.gorej@gmail.com>
This commit is contained in:
dependabot[bot]
2024-02-16 10:18:23 +01:00
committed by GitHub
parent 2a2956f55f
commit 182e22fa04

View File

@@ -35,7 +35,7 @@ jobs:
- name: Nothing to release - name: Nothing to release
if: ${{ env.NEXT_RELEASE_VERSION == '' }} if: ${{ env.NEXT_RELEASE_VERSION == '' }}
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
core.setFailed('Nothing to release') core.setFailed('Nothing to release')
@@ -60,7 +60,7 @@ jobs:
- name: Release failed - name: Release failed
if: steps.semantic.outputs.new_release_published == 'false' if: steps.semantic.outputs.new_release_published == 'false'
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
core.setFailed('Release failed') core.setFailed('Release failed')