Skip to content

Commit 7dfa99c

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 8f7bac0 commit 7dfa99c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: pnpm/action-setup@v3.0.0
20+
- uses: pnpm/action-setup@v4.1.0
2121
with:
2222
version: 8.x.x
2323

.github/workflows/release-next.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: pnpm/action-setup@v3.0.0
19+
- uses: pnpm/action-setup@v4.1.0
2020
with:
2121
version: 8.x.x
2222

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: pnpm/action-setup@v3.0.0
19+
- uses: pnpm/action-setup@v4.1.0
2020
with:
2121
version: 8.x.x
2222

0 commit comments

Comments
 (0)