From 022d30fa193b33a884ec704c69cbf6bcd985b677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 21:58:11 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.0 to 1.3.1 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 469a139f..9c1f9049 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3.5.2 - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/setup-action@v1.3.1 with: jvm: zulu:17 - name: Run tests with sbt