Skip to content

Commit d40a85b

Browse files
authored
ci: replace java-logging with java-pubsub in downstream check (#12783)
java-logging has been migrated to google-cloud-java but java-pubsub is still in a separate repo. Updating the CI to reflect it.
1 parent 5c30370 commit d40a85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-platform-java-downstream_unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
repo:
3434
- java-bigtable
3535
- java-firestore
36-
- java-logging
36+
- java-pubsub
3737
steps:
3838
- name: Checkout sdk-platform-java
3939
uses: actions/checkout@v3

0 commit comments

Comments
 (0)