Skip to content

Commit c8a7f68

Browse files
authored
Merge pull request #105 from IntelPython/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents 606f391 + 98d9091 commit c8a7f68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040
- name: Cache conda packages
41-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
env:
4343
CACHE_NUMBER: 0 # Increase to reset cache
4444
with:
@@ -108,7 +108,7 @@ jobs:
108108
activate-environment: ""
109109

110110
- name: Cache conda packages
111-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112112
env:
113113
CACHE_NUMBER: 3 # Increase to reset cache
114114
with:
@@ -194,7 +194,7 @@ jobs:
194194
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
195195
196196
- name: Cache conda packages
197-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
197+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
198198
env:
199199
CACHE_NUMBER: 0 # Increase to reset cache
200200
with:
@@ -269,7 +269,7 @@ jobs:
269269
more lockfile
270270
271271
- name: Cache conda packages
272-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
272+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
273273
env:
274274
CACHE_NUMBER: 3 # Increase to reset cache
275275
with:

0 commit comments

Comments
 (0)