From 87be2c3fc283662e43b418b247e82853a522ef1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:06:04 +0000 Subject: [PATCH] build(deps): bump actions/cache/restore in /.github/workflows Bumps [actions/cache/restore](https://github.com/actions/cache) from 4.2.4 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0400d5f644dc74513175e3cd8d07132dd4860809...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mo.yaml | 2 +- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-mo.yaml b/.github/workflows/build-mo.yaml index a677098..09f628f 100644 --- a/.github/workflows/build-mo.yaml +++ b/.github/workflows/build-mo.yaml @@ -217,7 +217,7 @@ jobs: # One cache segment is larger than this 73MB cache. Bound a stalled # cache service well below the job timeout, then use online Maven. SEGMENT_DOWNLOAD_TIMEOUT_MINS: "2" - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .jstfu-maven-cache key: matrixone-jstfu-maven-v1-${{ runner.os }}-${{ runner.arch }}-jdk17-${{ hashFiles('xtool/jstfu/pom.xml', 'xtool/jstfu/.mvn/wrapper/maven-wrapper.properties', 'xtool/jstfu/mvnw') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf398ef..e284b0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -436,7 +436,7 @@ jobs: echo "GOMODCACHE=$cache_dir" >> "$GITHUB_ENV" echo "version=$(go env GOVERSION)" >> "$GITHUB_OUTPUT" - name: Restore Go module cache - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: # A relative path keeps both the hidden cache version and tar entries # identical to the trusted producer across different runner layouts. @@ -470,7 +470,7 @@ jobs: echo "cmake=${cmake_version// /_}" >> "$GITHUB_OUTPUT" - name: Restore native SCA prerequisites id: native-cache - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | thirdparties/install @@ -487,7 +487,7 @@ jobs: echo "recipe-hash=$recipe_hash" >> "$GITHUB_OUTPUT" - name: Restore static-check tools id: static-check-tool-cache - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .sca-static-check-tools key: matrixone-sca-tools-v1-${{ runner.os }}-${{ runner.arch }}-${{ steps.go-module-cache-metadata.outputs.version }}-${{ steps.static-check-tool-cache-metadata.outputs.recipe-hash }}