diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a83e62..e9245f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'sbt' - - uses: sbt/setup-sbt@8feba82adc7f01ddcf8165b86f778bdb5b82cebc # v1.5.7 + - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 with: sbt-runner-version: 1.10.2 - run: sbt ci-release diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 54ebe00..67231ad 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -16,7 +16,7 @@ jobs: with: java-version: "17" distribution: "temurin" - - uses: sbt/setup-sbt@8feba82adc7f01ddcf8165b86f778bdb5b82cebc # v1.5.7 + - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 with: sbt-runner-version: 1.10.2 - name: Check sources formatting