We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f59445 commit 809cc6bCopy full SHA for 809cc6b
.github/actions/setup-pnpm/action.yml
@@ -13,7 +13,7 @@ runs:
13
echo "version=$PNPM_VERSION" >> $GITHUB_OUTPUT
14
15
- name: Setup pnpm
16
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
17
with:
18
version: ${{ steps.pnpm-version.outputs.version }}
19
0 commit comments