From 182e22fa04d14b499e11120b1ba47a25d4eefc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:18:23 +0100 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 (#9607) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: VladimĂ­r Gorej --- .github/workflows/release-swagger-ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-swagger-ui.yml b/.github/workflows/release-swagger-ui.yml index a30162d5..f666d889 100644 --- a/.github/workflows/release-swagger-ui.yml +++ b/.github/workflows/release-swagger-ui.yml @@ -35,7 +35,7 @@ jobs: - name: Nothing to release if: ${{ env.NEXT_RELEASE_VERSION == '' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('Nothing to release') @@ -60,7 +60,7 @@ jobs: - name: Release failed if: steps.semantic.outputs.new_release_published == 'false' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('Release failed')