From 76d707fb049c1dd66cda7985e1e82b5a29951bbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:57:06 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c174cd..ac29834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: recap authToken: ${{ secrets.CACHIX_TOKEN }} - run: nix profile install .#release-env - - uses: cycjimmy/semantic-release-action@v4 + - uses: cycjimmy/semantic-release-action@v6.0.0 id: semanticrelease env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}