From e69e0b44c47414449e956c3a854683a14de9acd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:05:32 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.27.2 to 1.29.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.2 to 1.29.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.2...v1.29.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/buf.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buf.yaml b/.github/workflows/buf.yaml index 8e5ed48..3f396cc 100644 --- a/.github/workflows/buf.yaml +++ b/.github/workflows/buf.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bufbuild/buf-setup-action@v1.27.2 + - uses: bufbuild/buf-setup-action@v1.29.0 with: github_token: ${{ github.token }} - uses: bufbuild/buf-push-action@v1.1.1 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a041c8..b2e57a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 # Install the `buf` CLI - name: Setup - uses: bufbuild/buf-setup-action@v1.27.2 + uses: bufbuild/buf-setup-action@v1.29.0 with: github_token: ${{ github.token }} # Lint the Buf module in the `github-actions` directory