Skip to content

Commit dc9da1a

Browse files
build(deps): bump actions/cache from 4 to 5 (#22)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b6ff7c commit dc9da1a

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
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Cache Build
8080
id: cache-build
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
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@v4
51+
uses: actions/cache@v5
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@v4
64+
uses: actions/cache@v5
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}}
@@ -130,7 +130,7 @@ jobs:
130130
- name: Cache METIS
131131
if: matrix.metis == 'metis'
132132
id: cache-metis
133-
uses: actions/cache@v4
133+
uses: actions/cache@v5
134134
with:
135135
path: metis/
136136
key: ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Cache LAPACK
182182
id: cache-lapack
183-
uses: actions/cache@v4
183+
uses: actions/cache@v5
184184
with:
185185
path: |
186186
${{env.CCACHE_DIR}}

0 commit comments

Comments
 (0)