From 6a158eb2b68b641d34223d10f1d2c8637ebda0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 04:57:37 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 2.0.0 to 2.1.0 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v2.0.0...v2.1.0) --- 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 317c5a9..3783d05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Run Semantic Release id: semantic - uses: codfish/semantic-release-action@v2.0.0 + uses: codfish/semantic-release-action@v2.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # -