From e3e4ed9b3f466a8845d772d41df87acda64c0959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:44:21 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v4.15.1 | datasource | package | from | to | | ----------- | ------------------------------------ | ------- | ------- | | github-tags | stefanzweifel/git-auto-commit-action | v4.15.0 | v4.15.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 64d1897b..67319beb 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -67,7 +67,7 @@ jobs: run: ./gradlew --stop - name: "Commit new API files" - uses: stefanzweifel/git-auto-commit-action@v4.15.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.1 with: commit_message: Update API files file_pattern: /**/api/*.api \ No newline at end of file