We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2220f87 commit 7edd99dCopy full SHA for 7edd99d
.github/actions/cached-deps/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Cache dependencies
16
if: inputs.caching == 'true'
17
id: cache
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: node_modules
21
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments