From 33f625f3fb7bee79677a21dbc51f730376037254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:23:04 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.2.0.pre.M3 to 1.2.0 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.0.pre.M3 to 1.2.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.2.0-M3...v1.2.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d093822..faedec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: coursier/cache-action@v6.3 - - uses: coursier/setup-action@v1.2.0-M3 + - uses: coursier/setup-action@v1.2.0 with: jvm: 8 apps: sbt diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 101a706..7e5b58f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - run: git fetch --prune origin master - uses: coursier/cache-action@v6.3 - - uses: coursier/setup-action@v1.2.0-M3 + - uses: coursier/setup-action@v1.2.0 with: jvm: 8 apps: "sbt ammonite:2.4.0"