diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94cb9c9..2d7bf81 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@v6 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@v6 env: cache-name: cache-pnpm-store with: