Skip to content

Commit 0287819

Browse files
chore(deps): update pnpm/action-setup action to v4 (#8)
1 parent 7fb9773 commit 0287819

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

2424
- name: Install pnpm
25-
uses: pnpm/action-setup@v3
25+
uses: pnpm/action-setup@v4
2626
with:
2727
version: 9
2828
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: "22"
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v3
26+
uses: pnpm/action-setup@v4
2727
with:
2828
version: 9
2929
run_install: true

0 commit comments

Comments
 (0)