Skip to content

Commit c9b8f34

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 5a639cb commit c9b8f34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
7+
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
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@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
46+
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
4747
with:
4848
version: '10.33.0'
4949

0 commit comments

Comments
 (0)