Skip to content

Commit 557cb05

Browse files
chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (#4413)
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 3 to 4. - [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@v3...v4) --- updated-dependencies: - dependency-name: cycjimmy/semantic-release-action 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>
1 parent 7d2217f commit 557cb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: next
1919

2020
- name: Determine the next release version
21-
uses: cycjimmy/semantic-release-action@v3
21+
uses: cycjimmy/semantic-release-action@v4
2222
with:
2323
dry_run: true
2424
extra_plugins: |
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Semantic Release
5858
id: semantic
59-
uses: cycjimmy/semantic-release-action@v3
59+
uses: cycjimmy/semantic-release-action@v4
6060
with:
6161
dry_run: false
6262
extra_plugins: |

0 commit comments

Comments
 (0)