diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a8be06..f4d8530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: git config user.email "actions@github.com" git config user.name "GitHub Actions" - name: Set up cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}