diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index bf7bd5a68b9..9cf1ba7b843 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/release-components.yaml b/.github/workflows/release-components.yaml index 26b0026ff30..5e16d3edfbc 100644 --- a/.github/workflows/release-components.yaml +++ b/.github/workflows/release-components.yaml @@ -24,7 +24,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/release-intellij-plugin.yaml b/.github/workflows/release-intellij-plugin.yaml index 67b86132347..a0b9eae72c2 100644 --- a/.github/workflows/release-intellij-plugin.yaml +++ b/.github/workflows/release-intellij-plugin.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/release-vscode-extension.yaml b/.github/workflows/release-vscode-extension.yaml index 29d14ae97be..9d6a2f492a7 100644 --- a/.github/workflows/release-vscode-extension.yaml +++ b/.github/workflows/release-vscode-extension.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/release-vscodium-extension.yaml b/.github/workflows/release-vscodium-extension.yaml index 7f8c6b7091c..ea2201ec138 100644 --- a/.github/workflows/release-vscodium-extension.yaml +++ b/.github/workflows/release-vscodium-extension.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index 8b542125a02..d5b06b1bae4 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -53,7 +53,7 @@ jobs: key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-full- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: true - run: cd testing && pnpm exec playwright install diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index 153928dbb1c..00e52651d0c 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -38,7 +38,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/test-core-components.yaml b/.github/workflows/test-core-components.yaml index af36ac9b1f0..352b216978d 100644 --- a/.github/workflows/test-core-components.yaml +++ b/.github/workflows/test-core-components.yaml @@ -42,7 +42,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/test-intellij.yaml b/.github/workflows/test-intellij.yaml index 4b02fdb5c58..8fccacd7eef 100644 --- a/.github/workflows/test-intellij.yaml +++ b/.github/workflows/test-intellij.yaml @@ -42,7 +42,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*] diff --git a/.github/workflows/test-vite-ecosystem-ci.yaml b/.github/workflows/test-vite-ecosystem-ci.yaml index 0e86945ca07..3935929ec55 100644 --- a/.github/workflows/test-vite-ecosystem-ci.yaml +++ b/.github/workflows/test-vite-ecosystem-ci.yaml @@ -44,7 +44,7 @@ jobs: key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-full- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: true - run: pnpm update -r vite@beta diff --git a/.github/workflows/test-vscode.yaml b/.github/workflows/test-vscode.yaml index 28ebdca6b0c..e101a0cf579 100644 --- a/.github/workflows/test-vscode.yaml +++ b/.github/workflows/test-vscode.yaml @@ -38,7 +38,7 @@ jobs: key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-exclude-test-apps- - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: run_install: | - args: [--filter=\!./framework-plugins/\*/tests/apps/\*]