From 007dd3ada6802a99fe112d65683297684218ea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:16:59 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4.5 to 6.4.6 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.5 to 6.4.6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/1ff273bff02a8787bc9f1877d347948af647956d...142d2738bd29f0eb9d44610828acb3a19809feab) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 12f25eb..caf4437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: java-version: ${{matrix.java}} distribution: temurin - - uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5 + - uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6 - run: sbt -v test scripted - run: git diff --exit-code # check scalariform - run: rm -rf "$HOME/.ivy2/local"