Skip to content

Commit 346874d

Browse files
authored
Merge pull request #38 from atom-community/renovate/pnpm-action-setup-4.x
chore(deps): update pnpm/action-setup action to v4
2 parents d6e4f04 + 4c4bedd commit 346874d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20
2626

2727
- name: Setup PNPM
28-
uses: pnpm/action-setup@v2
28+
uses: pnpm/action-setup@v4
2929
with:
3030
version: 8
3131

@@ -53,7 +53,7 @@ jobs:
5353
node-version: 20
5454

5555
- name: Setup PNPM
56-
uses: pnpm/action-setup@v2
56+
uses: pnpm/action-setup@v4
5757
with:
5858
version: 8
5959

0 commit comments

Comments
 (0)