From f8b420185c29692a854c586b0c36c194427b2941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 07:30:14 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v4.16.0 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3da864c..d066610 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: - name: Commit any formatting changes if: github.actor == 'renovate[bot]' - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: Apply formatting updates branch: ${{ github.head_ref }}