Skip to content

Commit f0fbfef

Browse files
Update pnpm/action-setup action to v6 (#247)
1 parent ece6631 commit f0fbfef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: "24"
2323

2424
- name: Install pnpm
25-
uses: pnpm/action-setup@v5
25+
uses: pnpm/action-setup@v6
2626
with:
2727
version: 10
2828
run_install: true
@@ -44,7 +44,7 @@ jobs:
4444
node-version: "24"
4545

4646
- name: Install pnpm
47-
uses: pnpm/action-setup@v5
47+
uses: pnpm/action-setup@v6
4848
with:
4949
version: 10
5050
run_install: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: "24"
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v5
26+
uses: pnpm/action-setup@v6
2727
with:
2828
version: 10
2929
run_install: true

0 commit comments

Comments
 (0)