From 72c29eeb1416a60c27aef12f4fb584b6f0637ec2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 2 Nov 2024 10:50:15 +0100
Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.6 to 1.3.7
 (#166)

Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](https://github.com/coursier/setup-action/compare/v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: coursier/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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 1cf197d..b5f4a2f 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.6
+      - uses: coursier/setup-action@v1.3.7
         with:
           jvm: temurin:1.17
           apps: "scala-cli"