Skip to content

Commit 114f2ce

Browse files
authored
Merge pull request #2217 from IntelPython/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 8e5fc55 + 90364c5 commit 114f2ce

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/conda-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4141
- name: Cache conda packages
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
env:
4444
CACHE_NUMBER: 3 # Increase to reset cache
4545
with:
@@ -112,7 +112,7 @@ jobs:
112112
conda list -n base
113113
114114
- name: Cache conda packages
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
env:
117117
CACHE_NUMBER: 3 # Increase to reset cache
118118
with:
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
200200
- name: Cache conda packages
201-
uses: actions/cache@v4
201+
uses: actions/cache@v5
202202
env:
203203
CACHE_NUMBER: 3 # Increase to reset cache
204204
with:
@@ -336,7 +336,7 @@ jobs:
336336
run: Get-Content -Path .\lockfile
337337

338338
- name: Cache conda packages
339-
uses: actions/cache@v4
339+
uses: actions/cache@v5
340340
env:
341341
CACHE_NUMBER: 3 # Increase to reset cache
342342
with:
@@ -560,7 +560,7 @@ jobs:
560560
run: |
561561
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
562562
- name: Cache conda packages
563-
uses: actions/cache@v4
563+
uses: actions/cache@v5
564564
env:
565565
CACHE_NUMBER: 3 # Increase to reset cache
566566
with:
@@ -692,7 +692,7 @@ jobs:
692692
fetch-depth: 0
693693
- name: Cache array API tests
694694
id: cache-array-api-tests
695-
uses: actions/cache@v4
695+
uses: actions/cache@v5
696696
env:
697697
ARRAY_CACHE: 3
698698
with:
@@ -740,7 +740,7 @@ jobs:
740740
run: |
741741
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
742742
- name: Cache conda packages
743-
uses: actions/cache@v4
743+
uses: actions/cache@v5
744744
env:
745745
CACHE_NUMBER: 3 # Increase to reset cache
746746
with:

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Cache Gtest
5858
id: cache-gtest
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: |
6262
/home/runner/work/googletest-1.15.2/install

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Cache sycl bundle
3535
id: cache-sycl-bundle
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
/home/runner/work/sycl_bundle

0 commit comments

Comments
 (0)