Skip to content

Commit f459f09

Browse files
CICD: 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 b50cf18 commit f459f09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Cache OpenMP repo
5252
if: matrix.os == 'macos-latest'
5353
id: clone-openmp
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: llvm-project
5757
key: ${{ runner.os }}-openmp
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Cache OpenMP repo
113113
id: clone-openmp
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: llvm-project
117117
key: ${{ runner.os }}-openmp

0 commit comments

Comments
 (0)