From af94e234102b1b1fb6bc0edcd558fd5c653192af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:03:15 +0000 Subject: [PATCH] build(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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c5bfda..9384a16 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Semantic Release id: release - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 with: repository_url: https://github.com/WillemOpperman/csv-diff-dotnet.git # specify default branches to add support for the `main` branch