Skip to content

Commit ebd47ed

Browse files
authored
Merge pull request #261 from IntelPython/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1
2 parents fae00b4 + b623b18 commit ebd47ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4545
4646
- name: Cache conda packages
47-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
47+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4848
env:
4949
CACHE_NUMBER: 0 # Increase to reset cache
5050
with:
@@ -126,7 +126,7 @@ jobs:
126126
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
127127
128128
- name: Cache conda packages
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130
env:
131131
CACHE_NUMBER: 0 # Increase to reset cache
132132
with:
@@ -186,7 +186,7 @@ jobs:
186186
run: conda install -n base conda-build
187187

188188
- name: Cache conda packages
189-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
190190
env:
191191
CACHE_NUMBER: 3 # Increase to reset cache
192192
with:
@@ -292,7 +292,7 @@ jobs:
292292
run: Get-Content -Path .\lockfile
293293

294294
- name: Cache conda packages
295-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
295+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296296
env:
297297
CACHE_NUMBER: 0 # Increase to reset cache
298298
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040
env:
4141
CACHE_NUMBER: 0 # Increase to reset cache
4242
with:
@@ -126,7 +126,7 @@ jobs:
126126
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
127127
128128
- name: Cache conda packages
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130
env:
131131
CACHE_NUMBER: 0 # Increase to reset cache
132132
with:
@@ -181,7 +181,7 @@ jobs:
181181
conda install -n base conda-build
182182
183183
- name: Cache conda packages
184-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
184+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
185185
env:
186186
CACHE_NUMBER: 3 # Increase to reset cache
187187
with:
@@ -286,7 +286,7 @@ jobs:
286286
run: Get-Content -Path .\lockfile
287287

288288
- name: Cache conda packages
289-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
289+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
290290
env:
291291
CACHE_NUMBER: 0 # Increase to reset cache
292292
with:

0 commit comments

Comments
 (0)