From afee75aa4b0c40f1e7fdf87a9a92c3a450d39a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:10:47 +0000 Subject: [PATCH] Dependabot:(deps): Bump coursier/setup-action from 1.3.6 to 1.3.9 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.6 to 1.3.9. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.6...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/release.yml | 2 +- .github/workflows/wc_build.yml | 2 +- .github/workflows/wc_publishSite.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b617e8ac..440bfb90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v4 # SETUP & CACHE - - uses: coursier/setup-action@v1.3.6 + - uses: coursier/setup-action@v1.3.9 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps diff --git a/.github/workflows/wc_build.yml b/.github/workflows/wc_build.yml index 9ac8fcfc..ff73acf7 100644 --- a/.github/workflows/wc_build.yml +++ b/.github/workflows/wc_build.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 # SETUP & CACHE - - uses: coursier/setup-action@v1.3.6 + - uses: coursier/setup-action@v1.3.9 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps diff --git a/.github/workflows/wc_publishSite.yml b/.github/workflows/wc_publishSite.yml index fd59275e..7206e0f2 100644 --- a/.github/workflows/wc_publishSite.yml +++ b/.github/workflows/wc_publishSite.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 # SETUP & CACHE - - uses: coursier/setup-action@v1.3.6 + - uses: coursier/setup-action@v1.3.9 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps