From e9060bb1d2f62054413336f663109fda51c24741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:32:03 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/landing-page.yml | 2 +- .github/workflows/tauri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/landing-page.yml b/.github/workflows/landing-page.yml index da05f4d..2ecb95f 100644 --- a/.github/workflows/landing-page.yml +++ b/.github/workflows/landing-page.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 name: Install pnpm with: version: 10 diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index c9b3614..04805eb 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 name: Install pnpm with: version: 10