diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ca512b..a241ded 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}