From 5542e9a72004017bf951f4efc7e47c316786f91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:13:23 +0000 Subject: [PATCH] Bump coursier/cache-action from v5 to v6 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from v5 to v6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v5...730a6a454f386fff4be026f3e304ee7fe68912ac) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1462ac1e2..78f99da1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: with: java-version: "adopt@1.${{ matrix.java }}" - name: Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/cache-action@v6 - name: Cache sbt uses: actions/cache@v2.1.3 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c97c74da6..7adaddb2a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -40,7 +40,7 @@ jobs: with: java-version: "adopt@1.${{ matrix.java }}" - name: Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/cache-action@v6 - name: Build and deploy run: | # build from fresh IO, LM, and Zinc