From 8f47d3a7275a375228055c8365a855ccd20974a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 00:45:39 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf-setup-action action to v1.15.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23a698fd..52e704d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.15.0 + - uses: bufbuild/buf-setup-action@v1.15.1 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }} @@ -176,7 +176,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.15.0 + - uses: bufbuild/buf-setup-action@v1.15.1 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }}