diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index dc74f0ff28..32f8afcbd9 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@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 11.25.0 + version: 12.4.0 - name: Get pnpm store directory id: pnpm-cache @@ -94,7 +94,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 11.25.0 + version: 12.4.0 - 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 8e82d060f8..7969c6c608 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@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 11.25.0 + version: 12.4.0 - name: Cache \ store uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index c480879a6d..ffdcc99558 100644 --- a/.github/workflows/deploy-pr-preview.yaml +++ b/.github/workflows/deploy-pr-preview.yaml @@ -69,7 +69,7 @@ jobs: if: github.event.action != 'closed' uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 11.25.0 + version: 12.4.0 - name: Get pnpm store directory if: github.event.action != 'closed' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e3f1f85d58..4f5b904509 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 11.25.0 + version: 12.4.0 - name: Cache \ store uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0