Skip to content

Commit 0faa01e

Browse files
authored
Merge pull request #183 from IntelPython/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 5.0.3 to 5.0.4
2 parents f36e1db + 9b8fd3d commit 0faa01e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3434
3535
- name: Cache conda packages
36-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3737
env:
3838
CACHE_NUMBER: 0 # Increase to reset cache
3939
with:
@@ -111,7 +111,7 @@ jobs:
111111
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
112112
113113
- name: Cache conda packages
114-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
114+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
115115
env:
116116
CACHE_NUMBER: 0 # Increase to reset cache
117117
with:
@@ -168,7 +168,7 @@ jobs:
168168
python-version: ${{ matrix.python }}
169169

170170
- name: Cache conda packages
171-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
171+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
172172
env:
173173
CACHE_NUMBER: 3 # Increase to reset cache
174174
with:
@@ -286,7 +286,7 @@ jobs:
286286
run: Get-Content -Path .\lockfile
287287

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

0 commit comments

Comments
 (0)