From 3801f36ec9d52e7e7c52b5c7c8d63accd9fdcb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 05:03:22 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.3.1 to 6.4.3 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3.1 to 6.4.3. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.3.1...v6.4.3) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0c634..fe9769c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: java-version: 11 - name: Cache sbt - uses: coursier/cache-action@v6.3.1 + uses: coursier/cache-action@v6.4.3 - name: Compile run: sbt -v compile - name: Test @@ -49,7 +49,7 @@ jobs: with: java-version: 11 - name: Cache sbt - uses: coursier/cache-action@v6.3.1 + uses: coursier/cache-action@v6.4.3 - name: Compile run: sbt compile - name: Publish artifacts