Use GHA checkout v2 for faster fetch

This commit is contained in:
inductor
2020-03-17 11:40:01 +09:00
parent 0cd6fcc329
commit 086282a2f5
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"