Skip to content

Commit a0c91c9

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.38.0 to 1.39.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.38.0...v1.39.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] <[email protected]>
1 parent 97afd58 commit a0c91c9

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/buf-setup-action@v1.38.0"
33+
uses: "bufbuild/buf-setup-action@v1.39.0"
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/buf-setup-action@v1.38.0"
37+
uses: "bufbuild/buf-setup-action@v1.39.0"
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/buf-setup-action@v1.38.0"
77+
- uses: "bufbuild/buf-setup-action@v1.39.0"
7878
with:
7979
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)