Skip to content

Commit dd28f14

Browse files
chore(deps): update actions/cache action to v4
1 parent c944c4e commit dd28f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
node-version: 14.x
6464

65-
- uses: actions/cache@v3
65+
- uses: actions/cache@v4
6666
with:
6767
path: ~/.npm
6868
key: ${{ runner.os }}-node-14.x-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)