diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e879573..5bb1053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: changelog-file: CHANGELOG.md - name: Update changelog - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 if: steps.generate_changelog.outputs.version != '' with: commit_message: 'chore(ci): commit changes from go-semantic-release'