diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d6002..ce2bb07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache ~/.pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: @@ -67,7 +67,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache ~/.pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: