This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-grpc-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new b37bdd9 upgrade ci actions (#4)
b37bdd9 is described below
commit b37bdd9d1303d8127e4bb3b1d57a7d1356bfcd43
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 09:51:29 2024 +0100
upgrade ci actions (#4)
---
.github/workflows/ci.yml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e4bfdd..4cd2d46 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,13 +18,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- - name: Set up JDK 11
- uses: coursier/[email protected]
+ - name: Setup Java 11
+ uses: actions/setup-java@v4
with:
- jvm: temurin:1.11
+ distribution: temurin
+ java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: sbt & Paradox
run: sbt test docs/paradox
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]