diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 30f8e62672..6387de9088 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -72,7 +72,7 @@ jobs: cp .github/ci-extensions.xml .mvn/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }} @@ -177,7 +177,7 @@ jobs: cp .github/ci-extensions.xml ~/.m2/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }} @@ -278,7 +278,7 @@ jobs: cp .github/ci-extensions.xml ~/.m2/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }}