diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ed0f5..ee3b193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Scala - uses: olafurpg/setup-scala@v11 + uses: olafurpg/setup-scala@v14 with: - java-version: "adopt@1.8" + java-version: "adopt@1.11" - name: Coursier cache uses: coursier/cache-action@v6 - name: Build and Test