Skip to content

Commit 388623d

Browse files
build(deps): bump actions/cache from 2 to 4 (#45)
1 parent f63c348 commit 388623d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-latest: true
2424

2525
- name: Cache node_modules 📦
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -68,7 +68,7 @@ jobs:
6868
check-latest: true
6969

7070
- name: Cache node_modules 📦
71-
uses: actions/cache@v2
71+
uses: actions/cache@v4
7272
with:
7373
path: ~/.npm
7474
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)