We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda2a1 commit 4492250Copy full SHA for 4492250
.github/workflows/copilot-setup-steps.yml
@@ -43,7 +43,7 @@ jobs:
43
node-version-file: '.nvmrc'
44
45
- name: Cache npm files
46
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
47
with:
48
path: ~/.npm
49
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
0 commit comments