From 9d89c61dad2ab4ee2d413517117753ad581a8227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 02:12:44 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v4.16.0 | datasource | package | from | to | | ----------- | ------------------------------------ | ------- | ------- | | github-tags | stefanzweifel/git-auto-commit-action | v4.15.0 | v4.16.0 | --- .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..d19b6c25 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.16.0 with: commit_message: Update API files file_pattern: /**/api/*.api \ No newline at end of file