From 418409b40ff372bce2670df955b3859de994f490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:59:20 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.0 to 1.3.3 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.0 to 1.3.3. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.0...v1.3.3) --- 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b1c8be..deeefd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/setup-action@v1.3.3 - name: Test run: ./scala-cli test . --cross --require-tests @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/setup-action@v1.3.3 - name: Release run: ./scala-cli publish . --cross env: