From d54ed8d0172faf173a97a3441d5007e7a7756d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:27:29 +0000 Subject: [PATCH] chore(deps): bump coursier/cache-action from 7.0.0 to 8.0.0 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/bebeeb0e6f48ebad66d3783946588ecf43114433...c5ca79321d170b8a18c288d9cadc2a6037166d0f) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: 8.0.0 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..fefde6d5 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@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 - name: Check Formatting run: ./mill _.${{ matrix.lang }}[_].__.checkFormat - name: Compile with mill