diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d22c3..d3bc65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache ~/.pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-store with: @@ -58,7 +58,7 @@ jobs: with: node-version: 14.x - name: Cache ~/.pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-store with: