From 1c89d24c0cc9f540651e8db9b26fe58e53bdd797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:11:28 +0800 Subject: [PATCH] Bump coursier/cache-action from 6.4.4 to 6.4.5 (#347) * Bump coursier/cache-action from 6.4.4 to 6.4.5 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.4 to 6.4.5. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4.4...v6.4.5) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix CI --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jules Ivanic --- .github/workflows/ci.yml | 12 ++++++------ zio-sbt-ci/src/main/scala/zio/sbt/V.scala | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31594f30..2a78c5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Check all code compiles run: sbt +Test/compile - name: Check artifacts build process @@ -59,7 +59,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Check if the site workflow is up to date run: sbt ciCheckGithubWorkflow - name: Lint @@ -85,7 +85,7 @@ jobs: java-version: ${{ matrix.java }} check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Git Checkout uses: actions/checkout@v4.1.1 with: @@ -111,7 +111,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Generate Readme run: sbt docs/generateReadme - name: Commit Changes @@ -185,7 +185,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Release run: sbt ci-release env: @@ -214,7 +214,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.4 + uses: coursier/cache-action@v6.4.5 - name: Setup NodeJs uses: actions/setup-node@v4 with: diff --git a/zio-sbt-ci/src/main/scala/zio/sbt/V.scala b/zio-sbt-ci/src/main/scala/zio/sbt/V.scala index 32bf139c..2122dcf7 100644 --- a/zio-sbt-ci/src/main/scala/zio/sbt/V.scala +++ b/zio-sbt-ci/src/main/scala/zio/sbt/V.scala @@ -7,7 +7,7 @@ object V { "zio/generate-github-app-token" -> "v1.0.0", "pierotofy/set-swap-space" -> "master", "actions/checkout" -> "v4.1.1", - "coursier/cache-action" -> "v6.4.4", + "coursier/cache-action" -> "v6.4.5", "actions/setup-java" -> "v4.1.0", "actions/setup-node" -> "v4" ).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)