diff --git a/.github/workflows/maven-install.yml b/.github/workflows/maven-install.yml index 2d41b8b..4d9758a 100644 --- a/.github/workflows/maven-install.yml +++ b/.github/workflows/maven-install.yml @@ -13,7 +13,7 @@ jobs: distribution: 'temurin' java-version: '21' - name: Cache Maven packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}