Skip to content

Commit 8cda2a1

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

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
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
5050

5151
- name: Cache the out/ directory
52-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
52+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5353
with:
5454
path: ./out
5555
key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}

0 commit comments

Comments
 (0)