Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94c7387

Browse files
authoredJun 3, 2024··
chore(deps): update pnpm/action-setup action to v4
1 parent 31bed9c commit 94c7387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 2
2222

23-
- uses: pnpm/action-setup@v3.0.0
23+
- uses: pnpm/action-setup@v4.0.0
2424
with:
2525
version: 8
2626

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 2
2323

24-
- uses: pnpm/action-setup@v3.0.0
24+
- uses: pnpm/action-setup@v4.0.0
2525
with:
2626
version: 9
2727

0 commit comments

Comments
 (0)
Please sign in to comment.