Skip to content

Commit a3cf2c1

Browse files
authored
Merge pull request #2270 from IntelPython/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 5.0.3 to 5.0.4
2 parents c432b22 + 5cb1df8 commit a3cf2c1

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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
116116
env:
117117
CACHE_NUMBER: 3 # Increase to reset cache
118118
with:
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
199199
- name: Cache conda packages
200-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
200+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
201201
env:
202202
CACHE_NUMBER: 3 # Increase to reset cache
203203
with:
@@ -334,7 +334,7 @@ jobs:
334334
run: Get-Content -Path .\lockfile
335335

336336
- name: Cache conda packages
337-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
337+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
338338
env:
339339
CACHE_NUMBER: 3 # Increase to reset cache
340340
with:
@@ -559,7 +559,7 @@ jobs:
559559
run: |
560560
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
561561
- name: Cache conda packages
562-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
562+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
563563
env:
564564
CACHE_NUMBER: 3 # Increase to reset cache
565565
with:
@@ -691,7 +691,7 @@ jobs:
691691
fetch-depth: 0
692692
- name: Cache array API tests
693693
id: cache-array-api-tests
694-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
694+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
695695
env:
696696
ARRAY_CACHE: 3
697697
with:
@@ -739,7 +739,7 @@ jobs:
739739
run: |
740740
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
741741
- name: Cache conda packages
742-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
742+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
743743
env:
744744
CACHE_NUMBER: 3 # Increase to reset cache
745745
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
59+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Cache sycl bundle
4040
id: cache-sycl-bundle
41-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
41+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4242
with:
4343
path: |
4444
/home/runner/work/sycl_bundle

0 commit comments

Comments
 (0)