Skip to content

Commit 6007c03

Browse files
Copilothotlong
andcommitted
Update pnpm version to 10.28.1 in all remaining workflow files
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 1755b81 commit 6007c03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.28.0
30+
version: 10.28.1
3131

3232
- name: Get pnpm store directory
3333
shell: bash

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install pnpm
6969
uses: pnpm/action-setup@v4
7070
with:
71-
version: 10.28.0
71+
version: 10.28.1
7272

7373
- name: Install dependencies
7474
run: pnpm install --frozen-lockfile

.github/workflows/validate-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 10.28.0
33+
version: 10.28.1
3434

3535
- name: Get pnpm store directory
3636
shell: bash

0 commit comments

Comments
 (0)