From 2e2af3d7c206363b0d1fe6e0821032fcacdeb80d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:36:02 +0000 Subject: [PATCH] chore(deps): update codfish/semantic-release-action action to v4 --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 776ff602a..cee5493ee 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} match_pattern: "(unit-tests|integration-tests)" - - uses: codfish/semantic-release-action@v3 + - uses: codfish/semantic-release-action@v4 id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}