diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aafacbf..eaae0b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: distribution: "corretto" java-version: "17" - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('providers/theme/pom.xml') }}