We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ac3e4 commit a34d4faCopy full SHA for a34d4fa
.github/workflows/test-workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: ${{ inputs.node-version }}
17
- name: Cache dependencies
18
id: cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: ./node_modules
22
key: modules-${{ hashFiles('package-lock.json') }}
0 commit comments