Skip to content

Commit 13dd0eb

Browse files
authored
chore: Update protobuf runtime version to 4.33.4 in downstream checks. (#4056)
1 parent 3c0d6c0 commit 13dd0eb

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.8","4.32.0"')) }}
44+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.8","4.33.4"')) }}
4545
steps:
4646
- name: Checkout sdk-platform-java repo
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)