From d11479e6797277287680292d148a40850b19e0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:32:57 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4.5 to 6.4.6 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.5 to 6.4.6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/1ff273bff02a8787bc9f1877d347948af647956d...142d2738bd29f0eb9d44610828acb3a19809feab) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06f863..516096f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: java-version: ${{matrix.java}} distribution: temurin - - uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5 + - uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6 - run: | git config --global user.email "example@example.com" git config --global user.name "example"