From 417745c9a2205cacb262a04b1fa17b04afe87721 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:57:00 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 8b402f5 --- .github/workflows/build.yml | 2 +- .github/workflows/test-release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 012e79248..4a0033d1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: version: v2026.1.1 sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 - name: Cache local Maven repository - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 468a39f22..2bcd90b40 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -21,7 +21,7 @@ jobs: version: v2026.1.1 sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 - name: Cache local Maven repository - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}