Skip to content

Commit 4492250

Browse files
authored
Apply suggestion from @Artmann
1 parent 8cda2a1 commit 4492250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version-file: '.nvmrc'
4444

4545
- name: Cache npm files
46-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
46+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4747
with:
4848
path: ~/.npm
4949
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}

0 commit comments

Comments
 (0)