Skip to content

Commit 977dece

Browse files
chore(deps): update pnpm/action-setup action to v4 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29f99c4 commit 977dece

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout the repository
2020
uses: actions/checkout@v4
2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
2424
version: 10
2525
- name: Install Node.js

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@v2
14+
uses: pnpm/action-setup@v4
1515
with:
1616
version: 10
1717
- name: Install Node.js

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout the repository
1818
uses: actions/checkout@v4
1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@v4
2121
with:
2222
version: 10
2323
- name: Install Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)