From c589c98da8a6995282edb91a7458b248942af40a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:30:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.2 --- .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 1b0973fef..a9050026d 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.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 29e6b8a9e..28097c752 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.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}