From 1afe1b5c832162f269c11413a9e8a75e29db1d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:03:19 +0100 Subject: [PATCH] Dependabot:(deps): Bump coursier/setup-action from 1.3.4 to 1.3.5 (#420) Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/wc_publishSite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0540c814..a1e0d03c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 # SETUP & CACHE - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 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 6608c136..d68e2cb9 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.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps