Skip to content

Commit 3168f68

Browse files
build(deps): bump protocolbuffers/protobuf from 32.0 to 33.0 (#2181)
* build(deps): bump protocolbuffers/protobuf from 32.0 to 33.0 Bumps [protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf) from 32.0 to 33.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v32.0...v33.0) --- updated-dependencies: - dependency-name: protocolbuffers/protobuf dependency-version: '33.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update protoc to v33 Signed-off-by: Bob Callaway <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Bob Callaway <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Callaway <[email protected]>
1 parent 54de0f7 commit 3168f68

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
4545
name: Install protobuf
4646
with:
47-
version: '32.0'
47+
version: '33.0'
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build

.github/workflows/protoc-dependabot-hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
# update the version in these places manually when Dependabot proposes a change to it here:
1717
# 1. the version in main.yml used to install protoc
18-
- uses: protocolbuffers/protobuf@v32.0
18+
- uses: protocolbuffers/protobuf@v33.0

pkg/generated/protobuf/fulcio.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/fulcio_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/legacy/fulcio_legacy.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/protobuf/legacy/fulcio_legacy_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)