Skip to content

Commit e7e76b4

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 960db4a commit e7e76b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v5.0.0
30+
uses: pnpm/action-setup@v6.0.10
3131

3232
- name: Setup Node.js
3333
id: setup-node

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.event.pull_request.head.sha }}
3434

3535
- name: Setup pnpm
36-
uses: pnpm/action-setup@v5.0.0
36+
uses: pnpm/action-setup@v6.0.10
3737

3838
- name: Setup Node.js
3939
id: setup-node

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: Setup pnpm
34-
uses: pnpm/action-setup@v5.0.0
34+
uses: pnpm/action-setup@v6.0.10
3535

3636
- name: Setup Node.js
3737
id: setup-node

0 commit comments

Comments
 (0)