diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index f7a9c6dc..3d8a100f 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -19,19 +19,19 @@ jobs: - uses: actions/checkout@v2 - name: Cache jabba - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.jabba key: ${{ runner.os }}-jabba-cache-${{ hashFiles('**/workflows/scala.yml') }} - name: Cache SBT ivy cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.ivy2/cache key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }} - name: Cache SBT - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}