Skip to content

Commit e1d69cb

Browse files
Merge pull request #95 from IntelPython/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 9c023b3 + b2da7e2 commit e1d69cb

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
2626
- name: Cache conda packages
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
env:
2929
CACHE_NUMBER: 0 # Increase to reset cache
3030
with:
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
9898
- name: Cache conda packages
99-
uses: actions/cache@v3
99+
uses: actions/cache@v4
100100
env:
101101
CACHE_NUMBER: 0 # Increase to reset cache
102102
with:
@@ -139,7 +139,7 @@ jobs:
139139
python-version: ${{ matrix.python }}
140140

141141
- name: Cache conda packages
142-
uses: actions/cache@v3
142+
uses: actions/cache@v4
143143
env:
144144
CACHE_NUMBER: 3 # Increase to reset cache
145145
with:
@@ -218,7 +218,7 @@ jobs:
218218
shell: pwsh
219219
run: Get-Content -Path .\lockfile
220220
- name: Cache conda packages
221-
uses: actions/cache@v3
221+
uses: actions/cache@v4
222222
env:
223223
CACHE_NUMBER: 0 # Increase to reset cache
224224
with:

0 commit comments

Comments
 (0)