From 0b2b72485a3988a2ed0d45fc937090f0e3167430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:22:29 +0200 Subject: [PATCH] Bump coursier/cache-action from 6.4.5 to 6.4.6 (#1209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.5 to 6.4.6.
Release notes

Sourced from coursier/cache-action's releases.

v6.4.6

What's Changed

Updates / maintenance

New Contributors

Full Changelog: https://github.com/coursier/cache-action/compare/v6.4.5...v6.4.6

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coursier/cache-action&package-manager=github_actions&previous-version=6.4.5&new-version=6.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/profile.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b0a7f1e..b790afb83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Check all code compiles run: sbt +Test/compile - name: Check artifacts build process @@ -60,7 +60,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Check if the site workflow is up to date run: sbt ciCheckGithubWorkflow - name: Lint @@ -86,7 +86,7 @@ jobs: java-version: ${{ matrix.java }} check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Git Checkout uses: actions/checkout@v4.1.1 with: @@ -112,7 +112,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Generate Readme run: sbt docs/generateReadme - name: Commit Changes @@ -186,7 +186,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Release run: sbt ci-release env: @@ -215,7 +215,7 @@ jobs: java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Setup NodeJs uses: actions/setup-node@v4 with: diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 14688e0d9..deb82c0b9 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -26,7 +26,7 @@ jobs: distribution: temurin java-version: 17 check-latest: true - - uses: coursier/cache-action@v6.4.5 + - uses: coursier/cache-action@v6.4.6 - uses: VirtusLab/scala-cli-setup@main - name: Use CI sbt jvmopts shell: bash