From a3a3d14aa96efe8384b13deee37c5cb03739c598 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:35:22 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 6e7bdbd --- .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 7a8bcb45..827d3389 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@6b87c4621a21f802115d27ffcbfb44e28abd1387 + uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 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@6b87c4621a21f802115d27ffcbfb44e28abd1387 + uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 with: run_install: false - name: Setup Node.js