diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0508c29..4cf458e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-pnpm-modules with: