From 91076e43426a72982ea18e10dd2fdc665eea3566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:40:04 +0000 Subject: [PATCH] Bump coursier/cache-action from 5 to 6 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 5 to 6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v5...v6) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b194d..4c5cca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: distribution: adopt java-version: ${{ matrix.java }} - name: Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/cache-action@v6 - name: Build and test run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck +test - run: rm -rf "$HOME/.ivy2/local" || true