From 035d0fbf6e5e64159f8205e0f94513af1d588dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:03:07 +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.yaml | 2 +- .github/workflows/conformance.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 48f7732e..2c0061f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: distribution: 'temurin' java-version: '21' cache: 'gradle' - - uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0 + - uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0 with: setup_only: true token: ${{ secrets.BUF_TOKEN }} diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 3c78df68..677e2ede 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -31,7 +31,7 @@ jobs: distribution: 'temurin' java-version: '21' cache: 'gradle' - - uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0 + - uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0 with: setup_only: true token: ${{ secrets.BUF_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ec50322..0375d54c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: with: distribution: 'temurin' java-version: '21' - - uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0 + - uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0 with: setup_only: true token: ${{ secrets.BUF_TOKEN }}