Skip to content

Commit 38ac7dd

Browse files
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.1 to 1.32.2 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.32.1...v1.32.2) --- 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] <[email protected]>
1 parent 80786c2 commit 38ac7dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automatic-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version-regex: 'name = "authzed"\nversion = "(.+)"'
3131
version-change: "minor"
3232
- name: "Install buf"
33-
uses: "bufbuild/[email protected].1"
33+
uses: "bufbuild/[email protected].2"
3434
with:
3535
github_token: "${{ secrets.GITHUB_TOKEN }}"
3636
if: "steps.buf-update.outputs.updated == 'true'"

.github/workflows/manual-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
version-regex: 'name = "authzed"\nversion = "(.+)"'
3535
version-change: "minor"
3636
- name: "Install buf"
37-
uses: "bufbuild/[email protected].1"
37+
uses: "bufbuild/[email protected].2"
3838
with:
3939
github_token: "${{ secrets.GITHUB_TOKEN }}"
4040
if: "steps.buf-update.outputs.updated == 'true'"

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
whereis protoc-gen-mypy
7575
whereis protoc-gen-mypy_grpc
7676
echo $GITHUB_PATH
77-
- uses: "bufbuild/[email protected].1"
77+
- uses: "bufbuild/[email protected].2"
7878
with:
7979
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)