From 9057c566b53db1684a8994b395ffa54be054ff0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 May 2022 12:39:55 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v4.14.1 | datasource | package | from | to | | ----------- | ------------------------------------ | ------- | ------- | | github-tags | stefanzweifel/git-auto-commit-action | v4.14.0 | v4.14.1 | --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ca99de4a..c666e0e6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,7 +55,7 @@ jobs: run: ./gradlew --stop - name: "Commit new API files" - uses: stefanzweifel/git-auto-commit-action@v4.14.0 + uses: stefanzweifel/git-auto-commit-action@v4.14.1 with: commit_message: Update API files file_pattern: /**/api/*.api