From 0a7da314f46e630fb22c9c333027879fc832a5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:12:19 +0000 Subject: [PATCH] chore: bump codfish/semantic-release-action in /.github/workflows Bumps [codfish/semantic-release-action](https://github.com/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 ... 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 d5b5c4a..55e629b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,6 @@ 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 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}