From 28a7018d7c386843cb8757d239dd5063af584c7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:17:11 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v5 | datasource | package | from | to | | ----------- | ------------------------------------ | ---- | -- | | github-tags | stefanzweifel/git-auto-commit-action | v4 | v5 | --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8607894e725..740cf2c4855 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 @@ -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