Skip to content

Commit f1ace8c

Browse files
Bump protocolbuffers/protobuf from 27.3 to 28.0 (#1789)
* Bump protocolbuffers/protobuf from 27.3 to 28.0 Bumps [protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf) from 27.3 to 28.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v27.3...v28.0) --- updated-dependencies: - dependency-name: protocolbuffers/protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update main.yml Signed-off-by: Carlos Tadeu Panato Junior <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Carlos Tadeu Panato Junior <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
1 parent 50abb65 commit f1ace8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
4444
name: Install protobuf
4545
with:
46-
version: '27.2'
46+
version: '28.0'
4747
repo-token: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616

1717
# update the version in these places manually when Dependabot proposes a change to it here:
1818
# 1. the version in main.yml used to install protoc
19-
- uses: protocolbuffers/protobuf@v27.3
19+
- uses: protocolbuffers/protobuf@v28.0

0 commit comments

Comments
 (0)