From 8546afc6e5b33c33edbdf8ba3f0a1c0b078dcdaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:03:26 +0000 Subject: [PATCH] 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/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 22f27b1..14700bb 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.5 + - uses: coursier/setup-action@v1.3.6 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.5 + - uses: coursier/setup-action@v1.3.6 with: jvm: ${{ matrix.jvm }} apps: sbt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b14c640..f9ebc72 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.5 + - uses: coursier/setup-action@v1.3.6 with: apps: sbt jvm: 'adopt:1.8'