Skip to content

Commit 5becb2a

Browse files
committed
fix(workflows): update actions/cache to v4 as v1 obsolete
1 parent 53f3e3e commit 5becb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: ${{ matrix.node-version }}
4646

4747
- name: Cache npm
48-
uses: actions/cache@v1
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.npm
5151
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)