Skip to content

Commit 4b4ec47

Browse files
build(deps): Bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#21191)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feb0e07 commit 4b4ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/proto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: bufbuild/buf-setup-action@v1.35.1
18+
- uses: bufbuild/buf-setup-action@v1.36.0
1919
- uses: bufbuild/buf-lint-action@v1
2020
with:
2121
input: "proto"
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: bufbuild/buf-setup-action@v1.35.1
27+
- uses: bufbuild/buf-setup-action@v1.36.0
2828
- uses: bufbuild/buf-breaking-action@v1
2929
with:
3030
input: "proto"

0 commit comments

Comments
 (0)