From 76cf318b3f062b5853b0ec0f33b4fa95d3669a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 08:03:11 +0000 Subject: [PATCH] build(deps): bump codfish/semantic-release-action from 2 to 4 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 2 to 4. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v2...v4) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-version: '4' 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..c25703e 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@v4 with: repository_url: https://github.com/WillemOpperman/csv-diff-dotnet.git # specify default branches to add support for the `main` branch