Skip to content

Commit 4de0999

Browse files
authored
Merge pull request #46 from anantoghosh/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 71c22bc + c420369 commit 4de0999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: Cache .pnpm-store
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.pnpm-store
3232
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)