diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index de5aceb62a..a60c609352 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -45,7 +45,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Get pnpm store directory id: pnpm-cache @@ -92,7 +92,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index b82d3e6cad..328de62e9b 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -38,7 +38,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Cache \ store uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2bad0d7bc..68ce69a473 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Cache \ store uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 diff --git a/package.json b/package.json index 4525c02139..65b6c23d69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "turbo": "2.5.6", "typescript": "5.9.2" }, - "packageManager": "pnpm@10.28.0", + "packageManager": "pnpm@10.28.2", "dependencies": { "@tanstack/react-query": "5.89.0", "zod": "3.25.76"