From 94fabd7d5459f095d4af79b3ecee5eef91d0ab51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:36:52 +0000 Subject: [PATCH] chore(deps): update mistricky/ccc action to v0.2.5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 499af21..2a32338 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: bun run build - name: Generate AI changelog id: changelog - uses: mistricky/ccc@v0.2.3 + uses: mistricky/ccc@v0.2.5 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}