From c28dda44e8153213cde7c17505bb3b02d95cd583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:37:40 -0500 Subject: [PATCH] Bump bufbuild/buf-push-action from 1.0.1 to 1.1.1 (#1682) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/buf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buf.yaml b/.github/workflows/buf.yaml index 018434e8fc..39df1ad2aa 100644 --- a/.github/workflows/buf.yaml +++ b/.github/workflows/buf.yaml @@ -36,7 +36,7 @@ jobs: - uses: bufbuild/buf-setup-action@v1.9.0 with: github_token: ${{ github.token }} - - uses: bufbuild/buf-push-action@v1.0.1 + - uses: bufbuild/buf-push-action@v1.1.1 with: input: 'proto' buf_token: ${{ secrets.BUF_TOKEN }}