From ca7c25b659517bcbd448d89b9aba43bd1a33d4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:25:24 +0000 Subject: [PATCH] chore(deps): Bump coursier/cache-action from 6.4.0 to 6.4.3 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.0 to 6.4.3. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4.0...v6.4.3) --- 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..404dfb41a5b 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.3 - name: Set up JDK 17 uses: coursier/setup-action@v1.3.0