diff --git a/.github/workflows/test-e2e-composable.yml b/.github/workflows/test-e2e-composable.yml index b3f6bb6..b46eb14 100644 --- a/.github/workflows/test-e2e-composable.yml +++ b/.github/workflows/test-e2e-composable.yml @@ -33,7 +33,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.5.1 + version: 8.6.2 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-options.yml b/.github/workflows/test-e2e-options.yml index a08259e..5e3ec4d 100644 --- a/.github/workflows/test-e2e-options.yml +++ b/.github/workflows/test-e2e-options.yml @@ -33,7 +33,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.5.1 + version: 8.6.2 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bbdcd9..bac1ac9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.5.1 + version: 8.6.2 - name: Get pnpm store directory id: pnpm-cache