diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5ad17ee..dfdcc62 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@v5.0.1 + uses: actions/cache@v5.0.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}