Skip to content

Commit 15f3e02

Browse files
chore(deps): update pnpm/action-setup action to v2.4.0
1 parent 4af383e commit 15f3e02

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: pnpm/action-setup@v2.2.4
18+
- uses: pnpm/action-setup@v2.4.0
1919
with:
2020
version: 7
2121

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23-
- uses: pnpm/action-setup@v2.2.4
23+
- uses: pnpm/action-setup@v2.4.0
2424
with:
2525
version: 7
2626

0 commit comments

Comments
 (0)