Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1067f60

Browse files
authored
chore(deps): update pnpm/action-setup action to v4 (#163)
1 parent fcdb1ad commit 1067f60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121

2222
- name: Use Node.js lts/*
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: lts/*
26+
cache: pnpm
2627

2728
- name: Install
2829
run: pnpm install

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: pnpm/action-setup@v2
17+
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
21+
cache: pnpm
2122

2223
- name: Install
2324
run: pnpm install

0 commit comments

Comments
 (0)