Skip to content

Commit 723ce93

Browse files
build(deps): Bump pnpm/action-setup from 2 to 3
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. PR: #232 Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6377212 commit 723ce93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/checkpr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030

31-
- uses: pnpm/action-setup@v2
31+
- uses: pnpm/action-setup@v3
3232
name: Install PNPM
3333
id: pnpm-install
3434
with:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v4
5858

59-
- uses: pnpm/action-setup@v2
59+
- uses: pnpm/action-setup@v3
6060
name: Install PNPM
6161
id: pnpm-install
6262
with:

Diff for: .github/workflows/publish-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v3
2222
name: Install PNPM
2323
id: pnpm-install
2424
with:

0 commit comments

Comments
 (0)