From 18991bf279873459bae86fe35bab95a67d7155cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:26:03 +0000 Subject: [PATCH] chore(deps): bump coursier/cache-action from 8.0.1 to 8.1.0 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7...90c37294538be80a558fd665531fcdc2b467b475) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 354dc65d..e250bf7f 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -28,7 +28,7 @@ jobs: with: node-version: '24' - name: Cache Coursier cache - uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 8.0.1 + uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 8.1.0 - name: Check Formatting run: ./mill _.${{ matrix.lang }}[_].__.checkFormat - name: Compile with mill