mirror of https://github.com/sbt/sbt.git
Merge pull request #8277 from xuwei-k/fix-client-test
fix `client-test.yml` CI. revert `sbt/setup-sbt` version
This commit is contained in:
commit
451c59e34d
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: "8"
|
||||
cache: sbt
|
||||
- uses: sbt/setup-sbt@v1
|
||||
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue