Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7 (#9607)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladimír Gorej <[email protected]>
  • Loading branch information
dependabot[bot] and char0n authored Feb 16, 2024
1 parent 2a2956f commit 182e22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-swagger-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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')
Expand Down

0 comments on commit 182e22f

Please sign in to comment.