From 090cc8dc0dfb760a9b3447b475fc21c4d00906e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:05:52 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.7 to 1.3.8 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.7 to 1.3.8. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.7...v1.3.8) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e553fb1..05b6d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.7 + - uses: coursier/setup-action@v1.3.8 with: apps: scalafmt - run: scalafmt --test @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.7 + - uses: coursier/setup-action@v1.3.8 with: jvm: ${{ matrix.jvm }} apps: sbt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb97e7e..4a53f6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.7 + - uses: coursier/setup-action@v1.3.8 with: apps: sbt jvm: 'adopt:1.8'