diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 2acff8e..c1504d7 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -13,12 +13,12 @@ jobs: with: java-version: 1.8 - name: Cache Coursier - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 with: path: ~/.cache/coursier key: sbt-coursier-cache - name: Cache SBT - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 with: path: ~/.sbt key: sbt-${{ hashFiles('**/build.sbt') }}