Skip to content

Commit

Permalink
sbt action and java version
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Jan 1, 2025
1 parent 34d5a1d commit 106f7cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Auto approve and merge dependency bump PRs

on: pull_request
on: pull_request_target

permissions:
contents: write
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1

- run: sbt --client scalafmtCheckAll
- run: sbt --client scalafmtSbtCheck
Expand All @@ -37,8 +38,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1

- run: sbt --client +compile
- run: sbt --client +test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt

- run: sbt ci-release
Expand Down

0 comments on commit 106f7cc

Please sign in to comment.