Skip to content

Commit eaecef6

Browse files
committed
chore: update pnpm action version
1 parent 5168464 commit eaecef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/jekyll-build-pages@v1
2121

2222
# pnpm
23-
- uses: pnpm/action-setup@v4
23+
- uses: pnpm/action-setup@v5
2424
with:
2525
run_install: false
2626
- name: build 2025

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
run_install: false
1919
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)