Skip to content

Commit 8d7aaf1

Browse files
chore(deps): update pnpm/action-setup action to v4.2.0
1 parent 4c4eb58 commit 8d7aaf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26-
- uses: pnpm/action-setup@v4.1.0
26+
- uses: pnpm/action-setup@v4.2.0
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26-
- uses: pnpm/action-setup@v4.1.0
26+
- uses: pnpm/action-setup@v4.2.0
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:

0 commit comments

Comments
 (0)