From f173e957f350f7336f47f5a5c5b55c0eb984e5d9 Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 04:03:51 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/bump-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 2cd3a04..8598e4b 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -20,12 +20,12 @@ jobs: fetch-depth: 0 token: "${{ secrets.GITHUB_TOKEN }}" - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.24.0 + uses: commitizen-tools/commitizen-action@5b0848cd060263e24602d1eba03710e056ef7711 # 0.24.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog_increment_filename: body.md - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2 with: body_path: "body.md" tag_name: v${{ env.REVISION }}