diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 30c38f5db487..a502f09253f3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -117,7 +117,7 @@ jobs: - name: Set up cache for ~/.m2/repository - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 with: path: ~/.m2/repository key: it-m2-repo-${{ matrix.os }}-${{ hashFiles('maven-integration-testing/**/pom.xml') }}