From 0b8a3ed7c509962b3deef01cf02d8e6a4ed49c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:57:20 +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 46a0e443..6894f5a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: npm i - 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 }}