From 2e91fa470f52e51eace4c4909cba450d4e6b449d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 31 Jul 2026 01:27:17 +0200 Subject: [PATCH] ci: bump pnpm/update to run self-update before the dependency update (#13516) Picks up pnpm/update#4: the pin bump now happens first, so the dependency update and the refreshed lockfile are produced by the pnpm version the update PR moves the repository onto. Co-authored-by: Claude Fable 5 --- .github/workflows/update-lockfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index cd2b18ba95..b09a863c45 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -44,7 +44,7 @@ jobs: install: false - name: Update dependencies, Node.js, pnpm, and GitHub Actions - uses: pnpm/update@9a256174a439f3447aa0a6b9ca3c971428b1d617 #v0.0.0 v0 + uses: pnpm/update@fcaa952ef94bad62067a94ac2e5c6234b648e259 #v0.0.0 v0 with: update-deps: latest refresh-lockfile: true