Skip to content

Commit b156bdd

Browse files
authored
Merge pull request #109 from IntelPython/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 5.0.3 to 5.0.4
2 parents ca9b757 + 44ee94c commit b156bdd

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
@@ -46,7 +46,7 @@ jobs:
4646
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4747
4848
- name: Cache conda packages
49-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
49+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5050
env:
5151
CACHE_NUMBER: 0 # Increase to reset cache
5252
with:
@@ -121,7 +121,7 @@ jobs:
121121
python-version: ${{ matrix.python }}
122122

123123
- name: Cache conda packages
124-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
124+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
125125
env:
126126
CACHE_NUMBER: 3 # Increase to reset cache
127127
with:
@@ -207,7 +207,7 @@ jobs:
207207
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
208208
209209
- name: Cache conda packages
210-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
210+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
211211
env:
212212
CACHE_NUMBER: 0 # Increase to reset cache
213213
with:
@@ -295,7 +295,7 @@ jobs:
295295
conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} numpy=${{ matrix.numpy }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
296296
297297
- name: Cache conda packages
298-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
298+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
299299
env:
300300
CACHE_NUMBER: 3 # Increase to reset cache
301301
with:

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3838
3939
- name: Cache conda packages
40-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
40+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4141
env:
4242
CACHE_NUMBER: 0 # Increase to reset cache
4343
with:
@@ -104,7 +104,7 @@ jobs:
104104
python-version: ${{ matrix.python }}
105105

106106
- name: Cache conda packages
107-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
107+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
108108
env:
109109
CACHE_NUMBER: 3 # Increase to reset cache
110110
with:
@@ -191,7 +191,7 @@ jobs:
191191
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
192192
193193
- name: Cache conda packages
194-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
194+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
195195
env:
196196
CACHE_NUMBER: 0 # Increase to reset cache
197197
with:
@@ -280,7 +280,7 @@ jobs:
280280
conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} numpy=${{ matrix.numpy }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
281281
282282
- name: Cache conda packages
283-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
283+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
284284
env:
285285
CACHE_NUMBER: 3 # Increase to reset cache
286286
with:

0 commit comments

Comments
 (0)