Skip to content

Commit f3ecf5f

Browse files
Update pnpm/action-setup action to v4
1 parent 85ed931 commit f3ecf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v3
16+
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 9
1919
- run: pnpm i --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v3
16+
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 9
1919
- run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)