Skip to content

Commit e54dbfa

Browse files
committed
update actions/cache
1 parent 0629bf0 commit e54dbfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Cache node modules
13-
uses: actions/cache@v2
13+
uses: actions/cache@v4
1414
env:
1515
cache-name: cache-node-modules
1616
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Cache node modules
13-
uses: actions/cache@v2
13+
uses: actions/cache@v4
1414
env:
1515
cache-name: cache-node-modules
1616
with:

0 commit comments

Comments
 (0)