Skip to content

Commit

Permalink
Merge pull request #1179 from square/renovate/stefanzweifel-git-auto-…
Browse files Browse the repository at this point in the history
…commit-action-5.x

Update stefanzweifel/git-auto-commit-action action to v5
  • Loading branch information
RBusarow authored Feb 7, 2024
2 parents d31c843 + ad92033 commit 692c9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gradle-task-with-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 692c9a0

Please sign in to comment.