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