From 7bd2ea2dc8286c48a37e7d320ed09ed8bae45e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:43:13 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 2 to 3 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2 to 3. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v2...v3) --- 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66129b5..5fe7311 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Fetch version from git history if: github.ref_protected == true - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 id: semantic with: dry_run: true @@ -92,7 +92,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Fetch version from git history - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 id: semantic with: dry_run: true @@ -163,6 +163,6 @@ jobs: path: release - name: Create release - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}