Skip to content

Commit 769dd63

Browse files
authored
ci: Update protobuf compatibility ci to default to 4.29.0 (#3699)
1 parent 9209fdc commit 769dd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- java-storage-nio
4242
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know
4343
# which values to use and would resolve to ''.
44-
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.5","4.28.3"')) }}
44+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.5","4.29.0"')) }}
4545
steps:
4646
- name: Checkout sdk-platform-java repo
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)