From 61efd9f0b7674ea0b4b814c1cc9244f124ed1bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 02:20:50 +0000 Subject: [PATCH] chore(deps): bump coursier/cache-action from 6.4.0 to 6.4.4 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.0 to 6.4.4. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4.0...v6.4.4) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fossa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 3036720f6eb..52de6a09b80 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -28,7 +28,7 @@ jobs: run: mv .github/.fossa.yml . - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6.4.4 - name: Set up JDK 17 uses: coursier/setup-action@v1.3.0