mdedetrich commented on code in PR #94:
URL:
https://github.com/apache/incubator-pekko-grpc/pull/94#discussion_r1228147610
##########
.github/workflows/link-validator.yml:
##########
@@ -17,21 +18,21 @@ jobs:
# fetch everything
https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- - name: Setup Java 8
+ - name: Setup Java 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Cache Coursier cache
- uses: coursier/cache-action@v6
+ uses: coursier/[email protected]
+
+ - name: Setup Coursier
+ uses: coursier/[email protected]
Review Comment:
@pjfanning This needs to be `coursier/[email protected]`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]