Skip to content

Commit 37f0a22

Browse files
chore(deps): update pnpm/action-setup action to v2.4.0
1 parent 44ffad5 commit 37f0a22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: pnpm/action-setup@v2.2.4
26+
- uses: pnpm/action-setup@v2.4.0
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sed -i -e "s/0.0.0/$version/g" packages/solid-lib/package.json
3535
cat packages/solid-lib/package.json
3636
37-
- uses: pnpm/action-setup@v2.2.4
37+
- uses: pnpm/action-setup@v2.4.0
3838
name: Install pnpm
3939
id: pnpm-install
4040
with:

0 commit comments

Comments
 (0)