Skip to content

Commit ed689a9

Browse files
Bump actions/cache from 4 to 5
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>
1 parent d6000dd commit ed689a9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repository: AMReX-Codes/amrex
2828
path: amrex
2929
- name: Set Up Cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/ccache
3333
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}
@@ -101,7 +101,7 @@ jobs:
101101
repository: AMReX-Codes/amrex
102102
path: amrex
103103
- name: Set Up Cache
104-
uses: actions/cache@v4
104+
uses: actions/cache@v5
105105
with:
106106
path: ~/.cache/ccache
107107
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

.github/workflows/gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repository: AMReX-Codes/amrex
2828
path: amrex
2929
- name: Set Up Cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/ccache
3333
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}
@@ -97,7 +97,7 @@ jobs:
9797
repository: AMReX-Codes/amrex
9898
path: amrex
9999
- name: Set Up Cache
100-
uses: actions/cache@v4
100+
uses: actions/cache@v5
101101
with:
102102
path: ~/.cache/ccache
103103
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

.github/workflows/hip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repository: AMReX-Codes/amrex
3232
path: amrex
3333
- name: Set Up Cache
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ~/.cache/ccache
3737
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

.github/workflows/sycl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repository: AMReX-Codes/amrex
2828
path: amrex
2929
- name: Set Up Cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/ccache
3333
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

0 commit comments

Comments
 (0)