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-grpc-quickstart-java.g8.git
commit 1fc7af2f640639b6684b22c54d295f21c35b591f Author: PJ Fanning <[email protected]> AuthorDate: Mon Feb 5 17:43:23 2024 +0100 upgrade ci actions --- .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]
