From 3118abb01693dc0b939b529ab91fe55131e07a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:11:46 +0000 Subject: [PATCH] build(deps): bump codfish/semantic-release-action from 2 to 3 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2 to 3. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v2...v3) --- updated-dependencies: - dependency-name: codfish/semantic-release-action 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 98fd86f..cd71e31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: npm run build - name: Semantic release - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_NAME: '${{ github.actor }}'