diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3a98273e7..16c4b0e65 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: with: maven-version: 3.9.9 - name: Cache local Maven repository - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.m2/repository # re-cache on changes in the pom and target files