diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6c4ada8..4c6294c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Cache .pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}