diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9579e9..5682731 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Cache local Maven repository - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}