From 7e73787d85e319fe3d31fb4076939bd499b468bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:31:54 +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/9a999e0cdb207de2c9d9d4276860435727818989...b621d34fabe0940f031e89b6ebfea28322892a10) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 096e584d0..d3f081cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: new-release-published: ${{ steps.semantic.outputs.new-release-published }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: codfish/semantic-release-action@9a999e0cdb207de2c9d9d4276860435727818989 # v3.4.1 + - uses: codfish/semantic-release-action@b621d34fabe0940f031e89b6ebfea28322892a10 # v3.5.0 id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}