Skip to content

Commit cc86b13

Browse files
committed
ci: Update protobuf compatibility ci to defualt to 4.29.0
1 parent 1eda55f commit cc86b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
- uses: actions/checkout@v4
4747
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)