From 7752e8c68a4027e23f50c8519ff56844b4119527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:25:25 +0000 Subject: [PATCH] Update bufbuild/buf-setup-action action to v1.50.0 --- .github/workflows/protolint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protolint.yaml b/.github/workflows/protolint.yaml index 4c12aa8..cfff677 100644 --- a/.github/workflows/protolint.yaml +++ b/.github/workflows/protolint.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Buf Init - uses: bufbuild/buf-setup-action@v1.45.0 + uses: bufbuild/buf-setup-action@v1.50.0 with: version: latest - name: Buf Lint