From 9f8083a9492eba0197b88645b45415482927505d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:22:18 +0000 Subject: [PATCH] chore(deps): update buf to v1.41.0 (#5123) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/proto-gen.yaml | 2 +- .github/workflows/proto-pr.yaml | 2 +- .github/workflows/proto-push.yaml | 2 +- .pre-commit-config.yaml | 2 +- env-proto.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/proto-gen.yaml b/.github/workflows/proto-gen.yaml index 36d90b0804b..df7b7bebd3f 100644 --- a/.github/workflows/proto-gen.yaml +++ b/.github/workflows/proto-gen.yaml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1 + - uses: bufbuild/buf-setup-action@2881ede27923557cb71f4ddc8954905c2639d1fb # v1.41.0 - name: Generate run: diff --git a/.github/workflows/proto-pr.yaml b/.github/workflows/proto-pr.yaml index 65cd9c95511..3e51b885fb0 100644 --- a/.github/workflows/proto-pr.yaml +++ b/.github/workflows/proto-pr.yaml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1 + - uses: bufbuild/buf-setup-action@2881ede27923557cb71f4ddc8954905c2639d1fb # v1.41.0 - name: version run: buf --version diff --git a/.github/workflows/proto-push.yaml b/.github/workflows/proto-push.yaml index c895e10da49..6d51bd948e2 100644 --- a/.github/workflows/proto-push.yaml +++ b/.github/workflows/proto-push.yaml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1 + - uses: bufbuild/buf-setup-action@2881ede27923557cb71f4ddc8954905c2639d1fb # v1.41.0 - name: version run: buf --version diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 631e40c85ce..8ed6f914247 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: hooks: - id: go-mod-tidy - repo: https://github.com/bufbuild/buf - rev: v1.40.1 + rev: v1.41.0 hooks: # Hijack an existing hook ID to run buf generate # It also mean running `pre-commit run buf-format` will run both format and generate diff --git a/env-proto.sh b/env-proto.sh index 6e3e9f45a24..6b6c01d1314 100755 --- a/env-proto.sh +++ b/env-proto.sh @@ -18,7 +18,7 @@ BIN_DIR="$(go env GOBIN)" BIN_DIR="${BIN_DIR:-$(go env GOPATH)/bin}" # renovate: datasource=github-releases depName=bufbuild/buf -BUF_VERSION='v1.40.1' +BUF_VERSION='v1.41.0' # Substitute BINARY_NAME for "buf", "protoc-gen-buf-breaking", or "protoc-gen-buf-lint". BINARY_NAME="buf"