diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ed35522..a5a9245a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Cache Maven dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}