Skip to content

Commit 6c003d6

Browse files
committed
Update pnpm/action-setup action to v2.4.1
1 parent 8b97124 commit 6c003d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: checkout
2525
uses: actions/checkout@v2
2626

27-
- uses: pnpm/action-setup@v2.0.1
27+
- uses: pnpm/action-setup@v2.4.1
2828
with:
2929
version: 7.9.5
3030

@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
fetch-depth: 0
6767

68-
- uses: pnpm/action-setup@v2.0.1
68+
- uses: pnpm/action-setup@v2.4.1
6969
with:
7070
version: 7.9.5
7171

.github/workflows/create-versioning-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: pnpm/action-setup@v2.0.1
28+
- uses: pnpm/action-setup@v2.4.1
2929
with:
3030
version: 7.9.5
3131

0 commit comments

Comments
 (0)