Skip to content

Commit 6663a4a

Browse files
chore(deps): bump pnpm/action-setup from 3 to 4 (#3850)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec9e0d5 commit 6663a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
go-version: '1.22'
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v4
4444
with:
4545
version: 6.0.2
4646
- name: Checkout

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v3
20+
uses: pnpm/action-setup@v4
2121
with:
2222
version: 6.0.2
2323
- name: Checkout

0 commit comments

Comments
 (0)