diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f55517fa9770..e97eb59310f6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,7 +49,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-initial-${{ hashFiles('**/pom.xml') }} @@ -118,7 +118,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-full-${{ hashFiles('**/pom.xml') }} @@ -201,7 +201,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-its-${{ hashFiles('**/pom.xml') }}