From 017bb961e28e9b7ba970c54f86047d690db67103 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Thu, 18 Apr 2024 09:24:01 +0200 Subject: [PATCH] fix: increment auto commit action version Signed-off-by: Martin Buchleitner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'