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)"