Skip to content

Commit

Permalink
Infrastructure: Bump some Actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Sep 7, 2023
1 parent b1a1efe commit fbb257b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: olafurpg/setup-scala@v10
- uses: actions/setup-java@v3
with:
java-version: openjdk@1.17.0
distribution: 'liberica'
java-version: '17.0'
java-package: jdk+fx

- run: sbt -v update compile
- run: sbt -v scripted

0 comments on commit fbb257b

Please sign in to comment.