Skip to content

Commit

Permalink
use setup-java instead of deprecated olafurpg/setup-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 19, 2023
1 parent 60df939 commit a844328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: Mount caches
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a844328

Please sign in to comment.