Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alikemalocalan authored Jun 30, 2024
1 parent 8c371f0 commit 3f160b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
- name: Run tests
run: sbt test
run: sbt test

0 comments on commit 3f160b8

Please sign in to comment.