diff --git a/.github/workflows/build.actions.yml b/.github/workflows/build.actions.yml index 0b5553582..134c3d713 100644 --- a/.github/workflows/build.actions.yml +++ b/.github/workflows/build.actions.yml @@ -24,7 +24,7 @@ jobs: java-version: 21 - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}