diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e24929..c904e0e 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@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}