File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
13
13
required : false
14
14
cache_version :
15
15
description : Version that can be used to invalidate the cache
16
- default : 1
16
+ default : 2
17
17
required : false
18
18
19
19
outputs :
@@ -109,11 +109,11 @@ runs:
109
109
echo "Repo path is: $repo_path"
110
110
111
111
- name : Cache for nvm, pnpm profile caches.
112
- uses : actions/cache@v4
112
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
113
113
with :
114
114
path : |
115
115
C:\\wsl_root\\root\\.nvm\\versions
116
- C:\\wsl_root\\root\\.pnpm- store\\v3
116
+ C:\\wsl_root\\root\\.local\\share\\ pnpm\\ store\\
117
117
key : " ${{ runner.os }}-wsl-cache-v${{inputs.cache_version}}-${{hashFiles('**/.nvmrc')}}-${{hashFiles('**/pnpm-lock.yaml')}}"
118
118
restore-keys : |
119
119
${{ runner.os }}-wsl-cache-v${{inputs.cache_version}}-
You can’t perform that action at this time.
0 commit comments