Skip to content

Commit 1df486b

Browse files
chore(deps): bump cycjimmy/semantic-release-action from 4 to 5 (#5568)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb560b8 commit 1df486b

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20
2424

2525
- name: Determine the next release version
26-
uses: cycjimmy/semantic-release-action@v4
26+
uses: cycjimmy/semantic-release-action@v5
2727
with:
2828
dry_run: true
2929
extra_plugins: |
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Semantic Release
5757
id: semantic
58-
uses: cycjimmy/semantic-release-action@v4
58+
uses: cycjimmy/semantic-release-action@v5
5959
with:
6060
dry_run: false
6161
extra_plugins: |

0 commit comments

Comments
 (0)