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-http-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 55b5d43 upgrade ci action (#3)
55b5d43 is described below
commit 55b5d432b008c3a90ef06a7556db43fd701aa279
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 09:50:59 2024 +0100
upgrade ci action (#3)
---
.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 29b5861..3ec055a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,13 +15,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]