From b04fd76ebd157324e2b3b5a143806f0bc29ad58b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 04:32:30 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v9.1.2 --- .github/workflows/compile-protocol-buffer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-protocol-buffer.yml b/.github/workflows/compile-protocol-buffer.yml index 5d5f5f4d..d2102457 100644 --- a/.github/workflows/compile-protocol-buffer.yml +++ b/.github/workflows/compile-protocol-buffer.yml @@ -51,6 +51,6 @@ jobs: make pb working-directory: backend/ - name: Add & Commit - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.2 with: default_author: github_actions