From d4c5b7d0edf00ea77fa8a7ecd44a4a178cc5b8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:25:39 +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-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 8de5cad..f182be7 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -45,7 +45,7 @@ jobs: run: npm run build - name: 'Release' - uses: codfish/semantic-release-action@v3 + uses: codfish/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}