From faa611fd9f415390273bc407d10a9d30fb192f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:32:01 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.4 to 1.3.5 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] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 906cf351..d665e8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: 8 - name: Test @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: 8 - name: Test @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: 8 apps: scalafmt:3.7.14 @@ -63,7 +63,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 with: jvm: 8 - run: .github/scripts/gpg-setup.sh