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 81d480c commit 8cda2a1Copy full SHA for 8cda2a1
.github/workflows/copilot-setup-steps.yml
@@ -49,7 +49,7 @@ jobs:
49
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
50
51
- name: Cache the out/ directory
52
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
53
with:
54
path: ./out
55
key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}
0 commit comments