diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f991446413..e922b68c09 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: 17 distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-tycho4m39-${{ matrix.os }}-${{ hashFiles('**/pom.xml', '**/*.target') }} diff --git a/.github/workflows/sitedocs.yml b/.github/workflows/sitedocs.yml index 61178841ff..e038988fb2 100644 --- a/.github/workflows/sitedocs.yml +++ b/.github/workflows/sitedocs.yml @@ -37,7 +37,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-site-${{ hashFiles('**/pom.xml', '**/*.target') }} diff --git a/.github/workflows/verify-platform.yml b/.github/workflows/verify-platform.yml index 3da33fa3b8..34ba47f28a 100644 --- a/.github/workflows/verify-platform.yml +++ b/.github/workflows/verify-platform.yml @@ -36,7 +36,7 @@ jobs: 17 distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-verify-platform-${{ hashFiles('**/pom.xml', '**/*.target') }} diff --git a/.github/workflows/verify-platform2.yml b/.github/workflows/verify-platform2.yml index 3d3c082590..6410d706cb 100644 --- a/.github/workflows/verify-platform2.yml +++ b/.github/workflows/verify-platform2.yml @@ -36,7 +36,7 @@ jobs: 17 distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-verify-platform-individual-${{ hashFiles('**/pom.xml', '**/*.target') }}