Skip to content

Commit 0a312be

Browse files
Update Java21SetupValidation.yml
1 parent 8074514 commit 0a312be

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/Java21SetupValidation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
setup-java:
7+
scala-steward:
88
runs-on: ubuntu-latest
9-
name: Set up JDK
10-
9+
name: Update Dependency
1110
steps:
1211
- name: Checkout repository
1312
uses: actions/checkout@v4
@@ -17,3 +16,6 @@ jobs:
1716
with:
1817
distribution: 'adopt'
1918
java-version: '21'
19+
20+
- name: Install sbt
21+
uses: sbt/setup-sbt@v1

0 commit comments

Comments
 (0)