From d113f4b06ca3182ef1a8d09494434ece3e87b6d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:11:55 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index 59159e63..3d1c0441 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -39,7 +39,7 @@ jobs: - name: Commit changes if: github.repository_owner == 'libretime' && github.event_name == 'push' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: | ${{ github.event.head_commit.message }}