We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c22bc + c420369 commit 4de0999Copy full SHA for 4de0999
.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