From 7b505ad7254a2f2f9edb8fe5e825a133b94b04ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:10:14 +0000 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.7 to 1.3.8 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.7 to 1.3.8. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.7...v1.3.8) --- 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 3ff2ed4..386da2a 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.7 + - uses: coursier/setup-action@v1.3.8 with: apps: scala-cli