From aab910f76da1568874e52152917b2e247d97c5b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 19:55:22 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf-setup-action action to v1.20.0 --- .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 8ea5fb2d..73798cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.19.0 + - uses: bufbuild/buf-setup-action@v1.20.0 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }} @@ -179,7 +179,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.19.0 + - uses: bufbuild/buf-setup-action@v1.20.0 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }}