diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc387d..4527ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,10 @@ jobs: fetch-depth: 0 fetch-tags: true - - uses: actions/setup-java@v4 + - uses: coursier/setup-action@main with: - distribution: 'temurin' - java-version: 17 + jvm: temurin@17 + apps: mill scala-cli - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6