Skip to content

Commit fcf91ac

Browse files
committed
fix(github-actions): pin the version for action/cache to the full sha
1 parent 578453f commit fcf91ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/setup-wsl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
107107
- name: Restore WSL NVM cache
108108
id: cache-nvm
109-
uses: actions/cache@v5
109+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
110110
with:
111111
path: ~/.cache/wsl_nvm_cache.tar.gz
112112
key: wsl-nvm-cache-v1-${{hashFiles('**/.nvmrc')}}

0 commit comments

Comments
 (0)