Skip to content

Commit 5f3c1bb

Browse files
chore(deps): update pnpm/action-setup action to v5
1 parent 9644bc1 commit 5f3c1bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version-file: '.node-version'
2424

2525
- name: Setup PNPM
26-
uses: pnpm/action-setup@v4
26+
uses: pnpm/action-setup@v5
2727
with:
2828
version: 10.30.3
2929

.github/workflows/update-counts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version-file: '.node-version'
2424

2525
- name: Setup PNPM
26-
uses: pnpm/action-setup@v4
26+
uses: pnpm/action-setup@v5
2727
with:
2828
version: 10.30.3
2929

.github/workflows/validate-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version-file: '.node-version'
2828

2929
- name: Setup PNPM
30-
uses: pnpm/action-setup@v4
30+
uses: pnpm/action-setup@v5
3131
with:
3232
version: 10.30.3
3333

0 commit comments

Comments
 (0)