From ba2c1ba089b9371aa946cce6c3031bf646f7512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:44:29 +0000 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.4 to 1.3.5 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 33a8ee0..57e8d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: temurin:1.17 apps: "scala-cli"