From bd16a90871083a8201376a2b7c739d01b09a4724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:48:31 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 2.0.0 to 3.0.0 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v2.0.0...v3.0.0) --- 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 e696a51..b5225e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,6 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Release - uses: codfish/semantic-release-action@v2.0.0 + uses: codfish/semantic-release-action@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file