Skip to content

Commit 08cef08

Browse files
chore(deps): update actions/cache action to v5
1 parent 47c05c2 commit 08cef08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Cache Node.js modules 💾
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/on-push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Cache Node.js modules 💾
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)