From be471e7156eeb20a5705aae5ad4efe0a3f3e44c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:45:13 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf-setup-action action to v1.26.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 868b8441..8cb857a2 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.26.0 + - uses: bufbuild/buf-setup-action@v1.26.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.26.0 + - uses: bufbuild/buf-setup-action@v1.26.1 if: ${{ matrix.buf == 'buf' }} with: github_token: ${{ github.token }}