Skip to content

Commit b44d771

Browse files
authored
Merge pull request #298 from IntelPython/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 5.0.3 to 5.0.4
2 parents 24c4ecf + 24138cc commit b44d771

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4848
4949
- name: Cache conda packages
50-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
50+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5151
env:
5252
CACHE_NUMBER: 0 # Increase to reset cache
5353
with:
@@ -129,7 +129,7 @@ jobs:
129129
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
130130
131131
- name: Cache conda packages
132-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
132+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
133133
env:
134134
CACHE_NUMBER: 0 # Increase to reset cache
135135
with:
@@ -195,7 +195,7 @@ jobs:
195195
conda list -n base
196196
197197
- name: Cache conda packages
198-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
198+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
199199
env:
200200
CACHE_NUMBER: 3 # Increase to reset cache
201201
with:
@@ -296,7 +296,7 @@ jobs:
296296
run: Get-Content -Path .\lockfile
297297

298298
- name: Cache conda packages
299-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
299+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
300300
env:
301301
CACHE_NUMBER: 0 # Increase to reset cache
302302
with:

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3737
3838
- name: Cache conda packages
39-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
39+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4040
env:
4141
CACHE_NUMBER: 0 # Increase to reset cache
4242
with:
@@ -128,7 +128,7 @@ jobs:
128128
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
129129
130130
- name: Cache conda packages
131-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
131+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
132132
env:
133133
CACHE_NUMBER: 0 # Increase to reset cache
134134
with:
@@ -184,7 +184,7 @@ jobs:
184184
conda list -n base
185185
186186
- name: Cache conda packages
187-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
187+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
188188
env:
189189
CACHE_NUMBER: 3 # Increase to reset cache
190190
with:
@@ -284,7 +284,7 @@ jobs:
284284
run: Get-Content -Path .\lockfile
285285

286286
- name: Cache conda packages
287-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
287+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
288288
env:
289289
CACHE_NUMBER: 0 # Increase to reset cache
290290
with:

0 commit comments

Comments
 (0)