From 4c798f06d7a6410a69b840bfff180e5e2bf2a723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:47:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d199887..f260362 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: java-version: 21 distribution: temurin - name: Cache local Maven repository - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}