diff --git a/.github/workflows/cider-chores.yml b/.github/workflows/cider-chores.yml index 48136a22..08b1df59 100644 --- a/.github/workflows/cider-chores.yml +++ b/.github/workflows/cider-chores.yml @@ -34,7 +34,7 @@ jobs: cache: "pnpm" - name: Update lockfile - run: pnpm i --lockfile-only + run: pnpm update - name: Commit Updated Lockfile uses: stefanzweifel/git-auto-commit-action@v4.14.1