Skip to content

Commit 540f2ad

Browse files
committed
Fix: setup-sbt
1 parent 2cba883 commit 540f2ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-version: 8
2828
distribution: temurin
2929

30-
- uses: actions/setup-sbt@v1
30+
- uses: sbt/setup-sbt@v1
3131

3232
- name: Mount caches
3333
uses: actions/cache@v4
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
key: conformance-${{ runner.os }}-${{hashFiles('conformance/build_test_runner.sh')}}
5656
path: /tmp/conformance-test-runner
57+
- uses: sbt/setup-sbt@v1
5758

5859
# Build conformance_test_runner on a cache miss
5960
- uses: bazelbuild/setup-bazelisk@v3

0 commit comments

Comments
 (0)