Skip to content

Commit 5402e53

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.32.0
2 parents d9901a5 + 1151565 commit 5402e53

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
@@ -38,7 +38,7 @@ jobs:
3838
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040
- name: Cache conda packages
41-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
41+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242
env:
4343
CACHE_NUMBER: 0 # Increase to reset cache
4444
with:
@@ -110,7 +110,7 @@ jobs:
110110
python-version: '3.13' # no python 3.14 support by conda-build
111111

112112
- name: Cache conda packages
113-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
113+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
114114
env:
115115
CACHE_NUMBER: 3 # Increase to reset cache
116116
with:
@@ -193,7 +193,7 @@ jobs:
193193
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
194194
195195
- name: Cache conda packages
196-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
196+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
197197
env:
198198
CACHE_NUMBER: 0 # Increase to reset cache
199199
with:
@@ -271,7 +271,7 @@ jobs:
271271
more lockfile
272272
273273
- name: Cache conda packages
274-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
274+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
275275
env:
276276
CACHE_NUMBER: 3 # Increase to reset cache
277277
with:

0 commit comments

Comments
 (0)