From fcb4bf8359224b3b9cd1f6c651d81abbc711c26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:56:44 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 3.4.1 to 3.5.0 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 20dd300c..963e45f1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -127,7 +127,7 @@ jobs: - name: "Release" id: "release" - uses: codfish/semantic-release-action@v3.4.1 + uses: codfish/semantic-release-action@v3.5.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}