From d48bb73f96ca21a61af4bbab5530e736f8d55d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:44:11 +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 24f67dc..870482c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,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-report-dotnet.git # specify default branches to add support for the `main` branch