Skip to content

Commit 1c3f21f

Browse files
committed
Add sbt caching to GitHub Actions
1 parent 1c74cd6 commit 1c3f21f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sbt.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK 21
15-
uses: actions/setup-java@v2
15+
uses: actions/setup-java@v4
1616
with:
1717
distribution: 'zulu'
1818
java-version: '21'
19+
cache: 'sbt'
1920
- uses: sbt/setup-sbt@v1
2021
- name: Test with SBT
2122
run: sbt test

0 commit comments

Comments
 (0)