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') }}