Skip to content

Commit 0c18041

Browse files
Merge pull request DrTimothyAldenDavis#781 from DrTimothyAldenDavis/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 894e414 + c432453 commit 0c18041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-cmakelists.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
365365
- name: save conda cache
366366
if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }}
367-
uses: actions/cache/save@v3
367+
uses: actions/cache/save@v4
368368
with:
369369
path: C:/Miniconda/envs/test
370370
key: ${{ steps.conda-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)