From c2f136b901f606b9fb3e6348a6c7b5562bc654d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:41:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 27504af5..bdee3114 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: container: "maven:3.9.16-eclipse-temurin-21" steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: maven-jdk17-${{ hashFiles('**/pom.xml') }}