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}}