From f6e049918c1d87ac446d1854a2e96761588678fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:49:43 +0000 Subject: [PATCH] Dependabot:(deps): Bump coursier/setup-action from 1.3.5 to 1.3.6 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] --- .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 b2f60110..c65b6a13 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.5 + - uses: coursier/setup-action@v1.3.6 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 5bd405c7..9ac8fcfc 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.5 + - uses: coursier/setup-action@v1.3.6 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 d68e2cb9..378cacc4 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.5 + - uses: coursier/setup-action@v1.3.6 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps