Skip to content

Commit 182e22f

Browse files
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](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]>
1 parent 2a2956f commit 182e22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-swagger-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Nothing to release
3737
if: ${{ env.NEXT_RELEASE_VERSION == '' }}
38-
uses: actions/github-script@v6
38+
uses: actions/github-script@v7
3939
with:
4040
script: |
4141
core.setFailed('Nothing to release')
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Release failed
6262
if: steps.semantic.outputs.new_release_published == 'false'
63-
uses: actions/github-script@v6
63+
uses: actions/github-script@v7
6464
with:
6565
script: |
6666
core.setFailed('Release failed')

0 commit comments

Comments
 (0)