We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18f57f commit c420369Copy full SHA for c420369
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
- name: Cache .pnpm-store
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
31
path: ~/.pnpm-store
32
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments