From 4436f4e03272dde8065f6798962d2a0c321b185c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:31:59 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v9.1.4 --- .github/workflows/gen_buf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen_buf.yaml b/.github/workflows/gen_buf.yaml index 63ce63ab6..1d3ffb44d 100644 --- a/.github/workflows/gen_buf.yaml +++ b/.github/workflows/gen_buf.yaml @@ -48,7 +48,7 @@ jobs: - run: buf format -w - run: make buf - name: Add & Commit - uses: EndBug/add-and-commit@v9.1.3 + uses: EndBug/add-and-commit@v9.1.4 with: default_author: github_actions