File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ update_config "gapic_generator_version" "${latest_gapic_generator_version}" "${g
150150# Update the GitHub Actions reference to the latest.
151151# After the google-cloud-java monorepo migration of sdk-platform-java,
152152# we cannot rely on the gapic-generator-java version tag. Let's use
153- # the shared dependencies BOM version
154- latest_shared_dependencies_bom_version =$( get_latest_released_version " com.google.cloud" " google-cloud-shared-dependencies " )
153+ # the gapic-libraries-bom version
154+ latest_gapic_libraries_bom_version =$( get_latest_released_version " com.google.cloud" " gapic-libraries-bom " )
155155update_action " googleapis/google-cloud-java/sdk-platform-java/.github/scripts" \
156- " google-cloud-shared-dependencies/ v${latest_shared_dependencies_bom_version } " \
156+ " v${latest_gapic_libraries_bom_version } " \
157157 " ${workflow} "
158158
159159# Update libraries-bom version to the latest
You can’t perform that action at this time.
0 commit comments