From cb132547af33afe0f24f66bb6d5bfb574c7cb0a6 Mon Sep 17 00:00:00 2001 From: Bharadwaj Date: Wed, 3 Apr 2024 08:18:14 +0530 Subject: [PATCH] sync pull-request.yml with publish.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f627e191..edea0b4a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,9 +14,9 @@ jobs: SCALA_VERSION: ${{ matrix.scala-version }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup JDK - uses: olafurpg/setup-scala@v10 + uses: olafurpg/setup-scala@v11 with: java-version: adopt@1.8.0 - run: sbt ++$SCALA_VERSION clean coverage test