From 2667a3ff144d5861d2b14c35735fb5cc8bf55dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:49:22 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.3.1 to 6.4.4 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3.1 to 6.4.4. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.3.1...v6.4.4) --- 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..64c0dc6 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.4 - 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.4 - name: Compile run: sbt compile - name: Publish artifacts