From 2cef446173a37477e9e2b48f7eeb3ee89f6b8238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:07:34 +0000 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.8 to 1.3.9 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.8 to 1.3.9. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.8...v1.3.9) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/make-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-site.yml b/.github/workflows/make-site.yml index 386da2a..1a640f8 100644 --- a/.github/workflows/make-site.yml +++ b/.github/workflows/make-site.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 - - uses: coursier/setup-action@v1.3.8 + - uses: coursier/setup-action@v1.3.9 with: apps: scala-cli