From 3ac834ea25f5d33effaf20592c4fd4d227c8f7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:31:09 +0000 Subject: [PATCH] chore(deps): bump coursier/cache-action from 7.0.0 to 8.0.1 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/bebeeb0e6f48ebad66d3783946588ecf43114433...e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 e7cd6ae7..88f376ed 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@bebeeb0e6f48ebad66d3783946588ecf43114433 # 6.4.8 + uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # 8.0.1 - name: Check Formatting run: ./mill _.${{ matrix.lang }}[_].__.checkFormat - name: Compile with mill