From d16f128b798ee1d6acc0c0a87be04fac51d6cff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:15:21 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 f73e4eaf4..e95b03e8e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -78,7 +78,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 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 007d502ca..771bb21a3 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@v3 + uses: actions/cache@v4 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 e57431d47..f00bfc9af 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 with: path: metis/ key: ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared @@ -184,7 +184,7 @@ jobs: - name: Cache LAPACK id: cache-lapack - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{env.CCACHE_DIR}}