From a6d33fda35329624055ebdbb724a7c72cb505ed1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:56:08 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d1841b..ac7131c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # Do a dry-run release in order to update package.yaml before compilation, # in case there's a --version subcommand. - - uses: cycjimmy/semantic-release-action@v4 + - uses: cycjimmy/semantic-release-action@v6.0.0 with: dry_run: true extra_plugins: | @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/download-artifact@v8 - id: release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6.0.0 with: extra_plugins: | conventional-changelog-conventionalcommits