From ddcd1b2ca99b8c8b27f800c88350160afe420699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:10:02 +0000 Subject: [PATCH] Bump codfish/semantic-release-action in /.github/workflows Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-version: 4.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 02d0b1e..3dbb027 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Release - uses: codfish/semantic-release-action@v3.5.0 + uses: codfish/semantic-release-action@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}