From 1469fe6dd86e5fe09a667cad77976e78c7eaeae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:19:04 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 3 to 4 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3 to 4. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85ce269..1dba8c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: run: npm run build - name: Semantic release - uses: codfish/semantic-release-action@v3 + uses: codfish/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}