From 0cd07f774f0a873e7b39e32c81f776052758e854 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Sun, 16 Aug 2026 23:44:54 +0800 Subject: [PATCH] ci: update sbt setup action --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e134332f3..b9a51d88f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -668,7 +668,7 @@ jobs: with: java-version: 11 distribution: "temurin" - - uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1 + - uses: sbt/setup-sbt@8feba82adc7f01ddcf8165b86f778bdb5b82cebc # v1.5.7 with: disk-cache: false - name: Install fory java @@ -695,7 +695,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1 + - uses: sbt/setup-sbt@8feba82adc7f01ddcf8165b86f778bdb5b82cebc # v1.5.7 with: disk-cache: false - name: Run Scala Xlang Test @@ -723,7 +723,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1 + - uses: sbt/setup-sbt@8feba82adc7f01ddcf8165b86f778bdb5b82cebc # v1.5.7 with: disk-cache: false - name: Install Fory Java