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