From 9f81381a2754b27b47003ba9677223528e4a176c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:00:28 -0700 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.5 to 1.3.6 (#162) Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 b41e2a1..1cf197d 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.5 + - uses: coursier/setup-action@v1.3.6 with: jvm: temurin:1.17 apps: "scala-cli"