diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5073037..10c8198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: node-version: lts/* - name: Cache ~/.pnpm-store - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: @@ -63,7 +63,7 @@ jobs: with: node-version: lts/* - name: Cache ~/.pnpm-store - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: