Skip to content

Commit

Permalink
Bump protocolbuffers/protobuf from 27.3 to 28.0 (#1789)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and cpanato authored Sep 3, 2024
1 parent 50abb65 commit f1ace8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
name: Install protobuf
with:
version: '27.2'
version: '28.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protoc-dependabot-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:

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

0 comments on commit f1ace8c

Please sign in to comment.