diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 142ab08..a5e3d31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 - uses: olafurpg/setup-gpg@v3 - name: Cache dependencies uses: actions/cache@v3.0.1 diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index aeb9a21..bd15718 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -13,7 +13,7 @@ jobs: - name: Fetch tags run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - name: Setup Scala - uses: olafurpg/setup-scala@v13 + uses: olafurpg/setup-scala@v14 - name: Checking your code format run: sbt +scalafmtCheck - name: Cache dependencies