Skip to content

Commit d0b94ef

Browse files
chore(deps): update bufbuild/buf-setup-action action to v1.50.0 (#4637)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef83cae commit d0b94ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/proto-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: bufbuild/buf-setup-action@v1.26.0
14+
- uses: bufbuild/buf-setup-action@v1.50.0
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
1717

.github/workflows/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
check-latest: true
4747
cache: true
4848

49-
- uses: bufbuild/buf-setup-action@v1.26.0
49+
- uses: bufbuild/buf-setup-action@v1.50.0
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252

0 commit comments

Comments
 (0)