Skip to content

Commit df2dffe

Browse files
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](actions/cache@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] <support@github.com>
1 parent 23d8b26 commit df2dffe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Cache Build
8181
id: cache-build
82-
uses: actions/cache@v5
82+
uses: actions/cache@v6
8383
with:
8484
path: ${{env.CCACHE_DIR}}
8585
key: ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.gpu}}-${{matrix.metis}}-ccache-${{github.run_id}}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Cache Build
5050
id: cache-build
51-
uses: actions/cache@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: ${{env.CCACHE_DIR}}
5454
key: ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}}

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Cache Build
6363
id: cache-build
64-
uses: actions/cache@v5
64+
uses: actions/cache@v6
6565
with:
6666
path: ${{env.CCACHE_DIR}}
6767
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:
134134
- name: Cache METIS
135135
if: matrix.metis == 'metis'
136136
id: cache-metis
137-
uses: actions/cache@v5
137+
uses: actions/cache@v6
138138
with:
139139
path: metis/
140140
key: ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Cache LAPACK
187187
id: cache-lapack
188-
uses: actions/cache@v5
188+
uses: actions/cache@v6
189189
with:
190190
path: |
191191
${{env.CCACHE_DIR}}

0 commit comments

Comments
 (0)