diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff4769c..18ee6604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/checkout@v3 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-node${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}