Skip to content

Commit 8658b6a

Browse files
chore(deps): update pnpm/action-setup action to v4.2.0 (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02666eb commit 8658b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Prepare
44

55
runs:
66
steps:
7-
- uses: pnpm/action-setup@v4.1.0
7+
- uses: pnpm/action-setup@v4.2.0
88
with:
99
version: 8.15.9
1010
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout 🔧
1414
uses: actions/checkout@v4.3.0
1515
- name: Install pnpm 🔧
16-
uses: pnpm/action-setup@v4.1.0
16+
uses: pnpm/action-setup@v4.2.0
1717
with:
1818
version: 8.15.9
1919
- name: Setup Node 🔧

0 commit comments

Comments
 (0)