diff --git a/.github/workflows/compile-release.yml b/.github/workflows/compile-release.yml index 4884bf6..33752ae 100644 --- a/.github/workflows/compile-release.yml +++ b/.github/workflows/compile-release.yml @@ -60,7 +60,7 @@ jobs: distribution: temurin - name: Cache local Maven repository - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}