This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala.g8.git
commit 262ec535fcf207e3ad31b2f0f03c1770a3749e7b Author: PJ Fanning <[email protected]> AuthorDate: Mon Feb 5 17:46:05 2024 +0100 upgrade ci action --- .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]
