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:
eugene yokota 2025-09-08 22:57:31 -04:00 committed by GitHub
commit 451c59e34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: