Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action action to v5
Browse files Browse the repository at this point in the history
| datasource  | package                              | from | to |
| ----------- | ------------------------------------ | ---- | -- |
| github-tags | stefanzweifel/git-auto-commit-action | v4   | v5 |
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent 6d3a807 commit 28a7018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
arguments: apiDump

- name: "Commit new API files"
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update API files
file_pattern: arrow-libs/**/api/*.api
Expand All @@ -297,7 +297,7 @@ jobs:
arguments: spotlessApply

- name: "Commit newly formatted files"
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply
file_pattern: arrow-libs/**/*.kt
Expand Down

0 comments on commit 28a7018

Please sign in to comment.