Skip to content

Commit af40782

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v4.1.0
22+
- uses: pnpm/action-setup@v4.2.0
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: pnpm/action-setup@v4.1.0
11+
- uses: pnpm/action-setup@v4.2.0
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424
fetch-depth: 0
25-
- uses: pnpm/action-setup@v4.1.0
25+
- uses: pnpm/action-setup@v4.2.0
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:

0 commit comments

Comments
 (0)