From e04b7a7ddabae4a363b8c6f2a456184415f102fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:52:16 +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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c63d0fbfc..ef6b29914 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: olafurpg/setup-scala@v10 with: java-version: adopt@1.11 - - uses: coursier/cache-action@v5 + - uses: coursier/cache-action@v6 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.nodejs }}