From 2c0cd03d41174fb3d72e15409a48b6dd4da8a8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:29:02 +0000 Subject: [PATCH] Bump bufbuild/buf-action from 1.4.0 to 1.5.0 Bumps [bufbuild/buf-action](https://github.com/bufbuild/buf-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/bufbuild/buf-action/releases) - [Changelog](https://github.com/bufbuild/buf-action/blob/main/RELEASE.md) - [Commits](https://github.com/bufbuild/buf-action/compare/fd21066df7214747548607aaa45548ba2b9bc1ff...8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3) --- updated-dependencies: - dependency-name: bufbuild/buf-action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55d9b0d..f5d6464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0 + - uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0 with: setup_only: true - run: buf build --error-format github-actions