From d7931eaab078f2d3d1003a66fe8323654a434dc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:26:22 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf-setup-action action to v1.25.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 9867840b..a18a8e45 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.25.0 + - uses: bufbuild/buf-setup-action@v1.25.1 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.25.0 + - uses: bufbuild/buf-setup-action@v1.25.1 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }}