From df2dffe31c10d61f07e6e88d87a89952c68f6224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:32:53 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 90e616bfa..2a1b79ab3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -79,7 +79,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{env.CCACHE_DIR}} key: ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.gpu}}-${{matrix.metis}}-ccache-${{github.run_id}} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e614ce975..7a221c5aa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -48,7 +48,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{env.CCACHE_DIR}} key: ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 90e2521ee..39c12f0cb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,7 +61,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{env.CCACHE_DIR}} key: ${{runner.os}}-${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}} @@ -134,7 +134,7 @@ jobs: - name: Cache METIS if: matrix.metis == 'metis' id: cache-metis - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: metis/ key: ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared @@ -185,7 +185,7 @@ jobs: - name: Cache LAPACK id: cache-lapack - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{env.CCACHE_DIR}}