From 016ab86fd30daf8124d385cd191239e7dca43dff Mon Sep 17 00:00:00 2001 From: Jason Kummerl Date: Wed, 17 Jun 2026 19:18:47 -0400 Subject: [PATCH] chore(ci): update Trunk setup action refs Bump GitHub Action major refs in the shared Trunk setup composite action while keeping the existing Node 24 and package-manager versions. --- .trunk/setup-ci/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trunk/setup-ci/action.yaml b/.trunk/setup-ci/action.yaml index b44cec6..4a618f3 100644 --- a/.trunk/setup-ci/action.yaml +++ b/.trunk/setup-ci/action.yaml @@ -8,7 +8,7 @@ runs: with: node-version: 24 - - uses: pnpm/action-setup@v4 # zizmor: ignore[unpinned-uses] + - uses: pnpm/action-setup@v6 # zizmor: ignore[unpinned-uses] with: version: 10