Skip to content

Commit c7636df

Browse files
Update pnpm/action-setup action to v6
1 parent 721cd10 commit c7636df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: 🧱 Checkout repository
1515
uses: actions/checkout@v5
1616
- name: 🔩 Setup PNPM
17-
uses: pnpm/action-setup@v4
17+
uses: pnpm/action-setup@v6
1818
with:
1919
standalone: true
2020
- name: 🔩 Setup Node ${{ matrix.node }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: 🧱 Checkout repository
1515
uses: actions/checkout@v5
1616
- name: 🔩 Setup PNPM
17-
uses: pnpm/action-setup@v4
17+
uses: pnpm/action-setup@v6
1818
with:
1919
standalone: true
2020
- name: 🔩 Setup Node ${{ matrix.node }}

0 commit comments

Comments
 (0)