Skip to content

Commit eb5ac67

Browse files
chore(deps): update pnpm/action-setup action to v6 (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pshu <stormslowly@gmail.com>
1 parent b585dd1 commit eb5ac67

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/actions/pnpm/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
13+
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
14+
with:
15+
version: 10.33.2
1416

1517
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1618
with:

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Checkout Branch
2525
uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
2626

27-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
27+
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
28+
with:
29+
version: 10.33.2
2830

2931
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3032
with:

0 commit comments

Comments
 (0)