From 6274f5d1292151f1cdf60c5638ceb9ee9197716d Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:46:18 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 6b87c46 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e2df265b..7a8bcb45 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: run_install: false - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 @@ -73,7 +73,7 @@ jobs: git merge --no-ff -Xtheirs -m 'skip: merge (${{ github.sha }}) [skip release]' ${{ github.sha }} echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT - name: Setup pnpm - uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: run_install: false - name: Setup Node.js