chore(deps): update pnpm/action-setup action to v5

This commit is contained in:
renovate[bot]
2026-03-17 13:32:12 +00:00
committed by GitHub
parent a83e2bb797
commit 49d70f1f39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v5
with: with:
run_install: false run_install: false
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v5
with: with:
run_install: false run_install: false