From 1ca0d94a2201464f39b4608d282cfddba3f27d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:25:19 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action in the github-actions group Bumps the github-actions group with 1 update: [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action). Updates `bufbuild/buf-setup-action` from 1.47.2 to 1.48.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.47.2...v1.48.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index e73df24..c9a9177 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -23,7 +23,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.47.2" + uses: "bufbuild/buf-setup-action@v1.48.0" with: github_token: "${{ secrets.GITHUB_TOKEN }}" if: "steps.buf-update.outputs.updated == 'true'" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index 45baddb..3494e51 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -27,7 +27,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.47.2" + uses: "bufbuild/buf-setup-action@v1.48.0" with: github_token: "${{ secrets.GITHUB_TOKEN }}" if: "steps.buf-update.outputs.updated == 'true'"