From 4af1ecca11fbc6d93ce416894dbb71c1eca89c57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:00:55 +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