From 08600c383463e681d0c1e245b0b4eaac9b220eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:42:20 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 2.2.0 to 3.3.0 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2.2.0 to 3.3.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/785242228c5b52cd4ada99e211ca1bb9e2bc0128...b0e57c976bf8f74b2454f59a30e4a1b5f11727b4) --- 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 27cedbe0..b2be1d8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: new-release-published: ${{ steps.semantic.outputs.new-release-published }} steps: - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - - uses: codfish/semantic-release-action@785242228c5b52cd4ada99e211ca1bb9e2bc0128 # v2.2.0 + - uses: codfish/semantic-release-action@b0e57c976bf8f74b2454f59a30e4a1b5f11727b4 # v3.3.0 id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}