Skip to content

Commit d16f128

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f491d53 commit d16f128

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Cache Build
8080
id: cache-build
81-
uses: actions/cache@v3
81+
uses: actions/cache@v4
8282
with:
8383
path: ${{env.CCACHE_DIR}}
8484
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@v3
51+
uses: actions/cache@v4
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@v3
64+
uses: actions/cache@v4
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@v3
137+
uses: actions/cache@v4
138138
with:
139139
path: metis/
140140
key: ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Cache LAPACK
186186
id: cache-lapack
187-
uses: actions/cache@v3
187+
uses: actions/cache@v4
188188
with:
189189
path: |
190190
${{env.CCACHE_DIR}}

0 commit comments

Comments
 (0)