Skip to content

Commit ab1318d

Browse files
chore(deps): bump cycjimmy/semantic-release-action from 4 to 5
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 4 to 5. - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@v4...v5) --- updated-dependencies: - dependency-name: cycjimmy/semantic-release-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f5f6a8 commit ab1318d

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
@@ -24,7 +24,7 @@ jobs:
2424
cache-dependency-path: package-lock.json
2525

2626
- name: Determine the next release version
27-
uses: cycjimmy/semantic-release-action@v4
27+
uses: cycjimmy/semantic-release-action@v5
2828
with:
2929
dry_run: true
3030
extra_plugins: |
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Semantic Release
5555
id: semantic
56-
uses: cycjimmy/semantic-release-action@v4
56+
uses: cycjimmy/semantic-release-action@v5
5757
with:
5858
dry_run: false
5959
extra_plugins: |

0 commit comments

Comments
 (0)