diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c15843c4a..ef0053895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: | echo $RUNNER_OS - name: Set up SBT - uses: robertoaloi/setup-scala@v11 + uses: olafurpg/setup-scala@v14 with: java-version: '17' - name: Set up rust toolchain