From 542826c4a8ce80884b91377c543d61f45822543b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 04:51:13 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf-setup-action action to v1.19.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 0497f094..ccc8141c 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.18.0 + - uses: bufbuild/buf-setup-action@v1.19.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.18.0 + - uses: bufbuild/buf-setup-action@v1.19.0 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }}