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