From 86f6eb8818db7e1a7021e71b46d2a5c255f3bf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 15:01:47 +0200 Subject: [PATCH] Bump coursier/setup-action from 1.2.0 to 1.2.1 (#83) Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0fda2b8..dd7d66e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.3 - - uses: coursier/setup-action@v1.2.0 + - uses: coursier/setup-action@v1.2.1 with: jvm: 8 - name: Test