From 320b0b8056c41b34039c07c80639de5447dbd395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:32:15 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 2.2.0 to 3.1.1 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2.2.0 to 3.1.1. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/785242228c5b52cd4ada99e211ca1bb9e2bc0128...b9aa6f1730e80caa17d80b40f4659b5d3584114c) --- 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 27cedbe..44b8111 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@b9aa6f1730e80caa17d80b40f4659b5d3584114c # v3.1.1 id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}