From 1948edc346c12e5eccdd0da2114afc072e65d423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:51:23 +0000 Subject: [PATCH] Bump codfish/semantic-release-action in the prod group Bumps the prod group with 1 update: [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action). Updates `codfish/semantic-release-action` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Changelog](https://github.com/codfish/semantic-release-action/blob/main/RELEASE_NOTES_V5.md) - [Commits](https://github.com/codfish/semantic-release-action/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6e18a2..127a190 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Release - uses: codfish/semantic-release-action@v4.0.1 + uses: codfish/semantic-release-action@v5.0.0 with: plugins: | [ '@semantic-release/github' ]