diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cf54f9e..858f3042 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node }} - name: Load Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}