Skip to content

Commit e19bf88

Browse files
committed
upgrade action/cache to v3
1 parent 35c151a commit e19bf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 12.x
1818

1919
- name: Cache node modules
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
env:
2222
cache-name: cache-node-modules
2323
with:

0 commit comments

Comments
 (0)