Skip to content

Commit 66ca25d

Browse files
Bump actions/cache from 3 to 5 (#1838)
* Bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6451f58 commit 66ca25d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Spack Cache
16-
uses: actions/cache@v3
16+
uses: actions/cache@v5
1717
with: {path: /opt/spack, key: clang11_nopy_nompi_h5_libcpp_v2}
1818
- name: Install
1919
run: |
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v6
4848
- name: Spack Cache
49-
uses: actions/cache@v3
49+
uses: actions/cache@v5
5050
with: {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_libcpp_v2}
5151
- name: Install
5252
run: |
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v6
9292
- name: Spack Cache
93-
uses: actions/cache@v3
93+
uses: actions/cache@v5
9494
with: {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_v2 }
9595
- name: Install
9696
run: |
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v6
130130
- name: Spack Cache
131-
uses: actions/cache@v3
131+
uses: actions/cache@v5
132132
with: {path: /opt/spack, key: clang15_py311_nompi_h5_ad2_v2 }
133133
- name: Install
134134
run: |
@@ -169,7 +169,7 @@ jobs:
169169
steps:
170170
- uses: actions/checkout@v6
171171
- name: Spack Cache
172-
uses: actions/cache@v3
172+
uses: actions/cache@v5
173173
with: {path: /opt/spack, key: gcc13_py312_mpich_h5_ad2 }
174174
- name: Install
175175
run: |
@@ -233,7 +233,7 @@ jobs:
233233
steps:
234234
- uses: actions/checkout@v6
235235
- name: Spack Cache
236-
uses: actions/cache@v3
236+
uses: actions/cache@v5
237237
with: {path: /opt/spack, key: gcc12_py36_ompi_h5_ad2_v2 }
238238
- name: Install
239239
run: |

.github/workflows/tooling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- name: Spack Cache
17-
uses: actions/cache@v3
17+
uses: actions/cache@v5
1818
with: {path: /opt/spack, key: clangtidy19_nopy_ompi_h5_ad2 }
1919
- name: Install
2020
run: |
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Spack Cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v5
5353
with: {path: /opt/spack, key: clang19_nopy_ompi_h5_ad2 }
5454
- name: Install
5555
run: |

0 commit comments

Comments
 (0)