Skip to content

Commit f2708d0

Browse files
chore(deps): update pnpm/action-setup action to v2.4.1
1 parent 28a93c5 commit f2708d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Install pnpm
16-
uses: pnpm/action-setup@v2.2.2
16+
uses: pnpm/action-setup@v2.4.1
1717
with:
1818
version: 6.15.1
1919

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2.2.2
19+
uses: pnpm/action-setup@v2.4.1
2020
with:
2121
version: 6.15.1
2222

0 commit comments

Comments
 (0)