Skip to content

Commit 0c254bd

Browse files
Bump protocolbuffers/protobuf from 29.3 to 30.1 (#1970)
* Bump protocolbuffers/protobuf from 29.3 to 30.1 Bumps [protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf) from 29.3 to 30.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v29.3...v30.1) --- updated-dependencies: - dependency-name: protocolbuffers/protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * codegen 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 ccdd096 commit 0c254bd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/main.yml

+1-1
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: '29.3'
47+
version: '30.1'
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build

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

+1-1
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@v29.3
18+
- uses: protocolbuffers/protobuf@v30.1

pkg/generated/protobuf/fulcio.pb.go

+1-1
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

+1-1
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)