From 8346bb89a29fbe4a53ebd0e39d6c096418f23831 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 13 Feb 2026 23:53:29 -0600 Subject: [PATCH] fix: correct git-cliff-action SHA to v4.7.0 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 06786a1..f6eda30 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" - name: Generate changelog - uses: orhun/git-cliff-action@14bb12647b0c60374018bc3b4e01349e6e0a5340 # v4.4.2 + uses: orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0 with: config: pyproject.toml args: --output docs/changelog.md