Skip to content

Commit

Permalink
upgrade other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jilen committed Apr 28, 2024
1 parent 82bf9d3 commit 8a30ba6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'



- name: Tests
run: sbt +test
Expand Down

0 comments on commit 8a30ba6

Please sign in to comment.