From 545ff2dc35e08f46ccb7fd02dfb4830c83a7b104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:14:23 +0100 Subject: [PATCH] Bump coursier/setup-action from 1.2.1 to 1.3.0 (#279) Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a59b728..d73a823 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.4 - - uses: coursier/setup-action@v1.2.1 + - uses: coursier/setup-action@v1.3.0 with: jvm: 8 - name: Test @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.2.1 + - uses: coursier/setup-action@v1.3.0 with: jvm: 8 - run: .github/scripts/gpg-setup.sh