Skip to content

Commit 6d7d766

Browse files
chore(deps): update actions/setup-node digest to 395ad32 (#6767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Schürch <[email protected]>
1 parent 52011d1 commit 6d7d766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
version: ${{ inputs.pnpm_version || null }}
5454

5555
- name: Install node
56-
uses: actions/setup-node@dda4788290998366da86b6a4f497909644397bb2
56+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
5757
with:
5858
node-version: ${{ inputs.node_version || fromJSON(steps.wanted-versions.outputs.result).node }}
5959
cache: ${{ inputs.use_cache == 'true' && 'pnpm' || '' }}

0 commit comments

Comments
 (0)