From 4f3de9c6570dd33f16df7cd384dd533da07d9d9b Mon Sep 17 00:00:00 2001 From: Core Date: Tue, 27 Sep 2022 18:24:51 +0100 Subject: [PATCH] update workflow --- .github/workflows/cider-chores.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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