diff --git a/.github/workflows/reusable-update-changelog-version.yml b/.github/workflows/reusable-update-changelog-version.yml index 90b2913..4bf3f64 100644 --- a/.github/workflows/reusable-update-changelog-version.yml +++ b/.github/workflows/reusable-update-changelog-version.yml @@ -46,7 +46,7 @@ jobs: echo -n "${{ inputs.release_tag }}" > VERSION - name: Commit updated CHANGELOG and VERSION files - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: ${{ inputs.release_target }} commit_message: 'chore(auto): update CHANGELOG.md and VERSION with ${{ inputs.release_tag }} [skip ci]'