From ad920333eb281987d67e4bd864de206120d9ea85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:32:15 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v5 --- .github/actions/gradle-task-with-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gradle-task-with-commit/action.yml b/.github/actions/gradle-task-with-commit/action.yml index 13e955261..a4d42c605 100644 --- a/.github/actions/gradle-task-with-commit/action.yml +++ b/.github/actions/gradle-task-with-commit/action.yml @@ -75,7 +75,7 @@ runs: - name: commit ${{ inputs.fix-task }} changes if: steps.can-push.outputs.can_push == 'true' - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4 + uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5 with: commit_message: ${{ steps.set-commit-message.outputs.commit-message }} commit_options: '--no-verify --signoff'