From b65e5259d5d4f9623750ca2fe5ddbe67dabe5289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:13:37 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 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/5a3ec84eff668545956fd18022155c47e93e2684...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_test.yml | 4 ++-- .github/workflows/build_test_wasm.yml | 2 +- .github/workflows/conformance.yml | 8 ++++---- .github/workflows/release.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2f99841d6..8f54b32ff 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -220,7 +220,7 @@ jobs: - name: Cache LLVM sources if: matrix.name == 'msan' && env.WILL_BUILD == 'true' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.LLVM_ROOT }} key: llvm @@ -241,7 +241,7 @@ jobs: shell: bash - name: ccache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.CCACHE_DIR }} # When the cache hits the key it is not updated, so if this is a rebuild diff --git a/.github/workflows/build_test_wasm.yml b/.github/workflows/build_test_wasm.yml index 5adc687b7..e2dab6635 100644 --- a/.github/workflows/build_test_wasm.yml +++ b/.github/workflows/build_test_wasm.yml @@ -62,7 +62,7 @@ jobs: echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT shell: bash - name: ccache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.CCACHE_DIR }} key: build-wasm-${{ runner.os }}-${{ github.sha }}-${{ matrix.variant }} diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index d0a2e1b58..88aac1ecc 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -47,7 +47,7 @@ jobs: ref: ${{ env.CONFORMANCE_REPO_HASH }} path: conformance - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/conformance/.objects key: conformance-refs @@ -115,7 +115,7 @@ jobs: echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT shell: bash - name: ccache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.CCACHE_DIR }} # When the cache hits the key it is not updated, so if this is a rebuild @@ -186,7 +186,7 @@ jobs: - name: Cache SDE if: ${{ matrix.target == 'AVX3' }} - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/sde key: sde-${{ env.SDE_ID }} @@ -210,7 +210,7 @@ jobs: ref: ${{ env.CONFORMANCE_REPO_HASH }} path: conformance - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/conformance/.objects key: conformance-refs diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7c5373f6c..040a11045 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -282,7 +282,7 @@ jobs: submodules: true fetch-depth: 2 - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 id: cache-vcpkg with: path: vcpkg