diff --git a/.github/workflows/build.actions.yml b/.github/workflows/build.actions.yml index 3afe7c0..08ce34d 100644 --- a/.github/workflows/build.actions.yml +++ b/.github/workflows/build.actions.yml @@ -29,7 +29,7 @@ jobs: java-version: openjdk21 - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml') }}