From 0d22e1c1f18479cb7a5c0e1d37bba4c59ba03d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:49:09 +0100 Subject: [PATCH] Dependabot:(deps): Bump coursier/setup-action from 1.3.3 to 1.3.4 (#398) Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.3...v1.3.4) --- 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 6bc252ff..a1acd585 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.3 + - uses: coursier/setup-action@v1.3.4 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 88a7ccdb..ba69c62e 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.3 + - uses: coursier/setup-action@v1.3.4 with: jvm: adopt:8 apps: sbt scala scalafmt # https://github.com/coursier/apps