Skip to content

Commit 7713a93

Browse files
authored
Merge pull request #273 from IntelPython/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 5.0.2 to 5.0.3
2 parents 74a9f40 + 1c3567b commit 7713a93

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
47+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
129+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
189+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
295+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
39+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
129+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
184+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
289+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
290290
env:
291291
CACHE_NUMBER: 0 # Increase to reset cache
292292
with:

0 commit comments

Comments
 (0)