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:
1313 required : false
1414 cache_version :
1515 description : Version that can be used to invalidate the cache
16- default : 1
16+ default : 2
1717 required : false
1818
1919outputs :
@@ -109,11 +109,11 @@ runs:
109109 echo "Repo path is: $repo_path"
110110
111111 - name : Cache for nvm, pnpm profile caches.
112- uses : actions/cache@v4
112+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
113113 with :
114114 path : |
115115 C:\\wsl_root\\root\\.nvm\\versions
116- C:\\wsl_root\\root\\.pnpm- store\\v3
116+ C:\\wsl_root\\root\\.local\\share\\ pnpm\\ store\\
117117 key : " ${{ runner.os }}-wsl-cache-v${{inputs.cache_version}}-${{hashFiles('**/.nvmrc')}}-${{hashFiles('**/pnpm-lock.yaml')}}"
118118 restore-keys : |
119119 ${{ runner.os }}-wsl-cache-v${{inputs.cache_version}}-
You can’t perform that action at this time.
0 commit comments