Skip to content

Commit f2c994a

Browse files
chore(deps): update pnpm/action-setup action to v5 (#1905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abb1d1d commit f2c994a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: 'composite'
55
steps:
66
- name: Install pnpm
7-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
7+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
88
with:
99
version: '10.33.0'
1010
run_install: false

.github/workflows/renovate-post-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup pnpm and Node.js
4545
if: steps.check.outputs.toolhive == 'true' || steps.check.outputs.heyapi == 'true'
46-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
46+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
4747
with:
4848
version: '10.33.0'
4949

0 commit comments

Comments
 (0)