From 086282a2f5110a56814987966ed4c1cc7856e338 Mon Sep 17 00:00:00 2001 From: inductor Date: Tue, 17 Mar 2020 11:40:01 +0900 Subject: [PATCH] Use GHA checkout v2 for faster fetch --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 66a19fc1f9..5db1f65aa3 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -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)"