From 8d00766ce6a7bf6000f562f1fcdcb3c1358228af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:24:10 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4.3 to 6.4.4 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/d1039466d0812d6370649b9afb02bbf5f646bacf...a0e7cd24be81bc84f0d7461e02bd1a96980553d7) --- 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 3aae708..d8b65f9 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@d1039466d0812d6370649b9afb02bbf5f646bacf # v6.4.3 + - uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4 - run: | git config --global user.email "example@example.com" git config --global user.name "example"