Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8560fcb

Browse files
committed
ci: put update deprecated action
1 parent e96ebe9 commit 8560fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 1
1414

1515
- name: Cache node modules
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
env:
1818
cache-name: cache-node-modules
1919
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Cache node modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
env:
2121
cache-name: cache-node-modules
2222
with:

0 commit comments

Comments
 (0)