diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7987c26c..eebb8752 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache Node.js modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.OS }}-yarn-${{ hashFiles('**/yarn.lock') }}