diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index ff65fc0db0..1e4f895b89 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@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.19.0 - name: Get pnpm store directory id: pnpm-cache @@ -94,7 +94,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.19.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 dcd5c19159..78b464d1b9 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@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.19.0 - name: Cache \ store uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index 65a2dc60a4..13fbe76fa8 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@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.19.0 - name: Get pnpm store directory if: github.event.action != 'closed' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e923f2ce9..cf3ad694ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.17.0 + version: 11.19.0 - name: Cache \ store uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5