Skip to content

Commit f135d9e

Browse files
chore(deps): pin pnpm/action-setup action to 41ff726 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f490301 commit f135d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-repo/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: pnpm/action-setup@v4
12+
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)