From 09efd73774033b3d99f7a87b80fd47dfc6c84e38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 10:37:57 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/build_and_release.yml | 8 ++++---- .github/workflows/lint.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index d8a59c52..50d7d3cb 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -23,7 +23,7 @@ jobs: node-version: 24 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 run_install: true @@ -51,7 +51,7 @@ jobs: node-version: 24 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 run_install: true @@ -78,7 +78,7 @@ jobs: node-version: 24 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 run_install: true @@ -112,7 +112,7 @@ jobs: node-version: 24 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 run_install: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 089a58cb..6365dafb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: node-version: 24 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 run_install: true