Skip to content

Commit 80786c2

Browse files
authored
Merge pull request #161 from authzed/dependabot/github_actions/github-actions-dd458079ad
Bump bufbuild/buf-setup-action from 1.32.0 to 1.32.1 in the github-actions group
2 parents 58fbd0d + 14e654e commit 80786c2

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].0"
33+
uses: "bufbuild/[email protected].1"
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].0"
37+
uses: "bufbuild/[email protected].1"
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].0"
77+
- uses: "bufbuild/[email protected].1"
7878
with:
7979
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)