From dcfad54e134034b45139dd431c6fd1d4fc35c373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:24:59 +0000 Subject: [PATCH] build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.31.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.31.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.1...v1.31.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bufbreaking.yml | 2 +- .github/workflows/buflint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bufbreaking.yml b/.github/workflows/bufbreaking.yml index 40e4f4f..557786e 100644 --- a/.github/workflows/bufbreaking.yml +++ b/.github/workflows/bufbreaking.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bufbuild/buf-setup-action@v1.28.1 + - uses: bufbuild/buf-setup-action@v1.31.0 - uses: bufbuild/buf-breaking-action@v1 with: input: proto diff --git a/.github/workflows/buflint.yml b/.github/workflows/buflint.yml index f7a39f5..27bf487 100644 --- a/.github/workflows/buflint.yml +++ b/.github/workflows/buflint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bufbuild/buf-setup-action@v1.28.1 + - uses: bufbuild/buf-setup-action@v1.31.0 # The main proto options definitions referenced by users. - uses: bufbuild/buf-lint-action@v1