From 14e654ec546194b37711d1f172d23b742efa414f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:16:43 +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.32.0 to 1.32.1 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.32.0...v1.32.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index f6c3430..391c945 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -30,7 +30,7 @@ jobs: version-regex: 'name = "authzed"\nversion = "(.+)"' version-change: "minor" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.32.0" + uses: "bufbuild/buf-setup-action@v1.32.1" 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 8a0879f..4c0616c 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -34,7 +34,7 @@ jobs: version-regex: 'name = "authzed"\nversion = "(.+)"' version-change: "minor" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.32.0" + uses: "bufbuild/buf-setup-action@v1.32.1" with: github_token: "${{ secrets.GITHUB_TOKEN }}" if: "steps.buf-update.outputs.updated == 'true'" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef18978..c01899e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -74,6 +74,6 @@ jobs: whereis protoc-gen-mypy whereis protoc-gen-mypy_grpc echo $GITHUB_PATH - - uses: "bufbuild/buf-setup-action@v1.32.0" + - uses: "bufbuild/buf-setup-action@v1.32.1" with: github_token: "${{ secrets.GITHUB_TOKEN }}"