Skip to content

Commit 64a67b4

Browse files
committed
fix workflows
1 parent 01c4642 commit 64a67b4

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
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: '18.x'
1414
- name: Cache node modules
15-
uses: actions/cache@v2
15+
uses: actions/cache@v3
1616
env:
1717
cache-name: cache-node-modules
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: '18.x'
1414
- name: Cache node modules
15-
uses: actions/cache@v2
15+
uses: actions/cache@v3
1616
env:
1717
cache-name: cache-node-modules
1818
with:

0 commit comments

Comments
 (0)