diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index 2ca953be8b6..1e933cb9b1c 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -32,7 +32,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - name: Extract version from package.json diff --git a/.github/workflows/release-components.yaml b/.github/workflows/release-components.yaml index ec2ba7d06cb..f2edc7b1fa0 100644 --- a/.github/workflows/release-components.yaml +++ b/.github/workflows/release-components.yaml @@ -20,7 +20,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - id: checkApiVersion diff --git a/.github/workflows/release-intellij-plugin.yaml b/.github/workflows/release-intellij-plugin.yaml index cee5260799a..431d7732ac5 100644 --- a/.github/workflows/release-intellij-plugin.yaml +++ b/.github/workflows/release-intellij-plugin.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - name: Set up JDK 11 diff --git a/.github/workflows/release-vscode-extension.yaml b/.github/workflows/release-vscode-extension.yaml index 51240a5dc53..1fee6ada3ef 100644 --- a/.github/workflows/release-vscode-extension.yaml +++ b/.github/workflows/release-vscode-extension.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: cd .. && pnpm turbo run build --scope=@previewjs/loader --include-dependencies diff --git a/.github/workflows/release-vscodium-extension.yaml b/.github/workflows/release-vscodium-extension.yaml index 9a8a35fd29d..0c1f030981f 100644 --- a/.github/workflows/release-vscodium-extension.yaml +++ b/.github/workflows/release-vscodium-extension.yaml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: cd .. && pnpm turbo run build --scope=@previewjs/loader --include-dependencies diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index a19d5ff74a5..b38531db0fb 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: pnpm turbo run build --scope="@previewjs/e2e-test-runner" --include-dependencies diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index 2eafa9e0c0f..33c5f598ced 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -38,7 +38,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: pnpm turbo run build --scope="@previewjs/cli" --include-dependencies diff --git a/.github/workflows/test-core-components.yaml b/.github/workflows/test-core-components.yaml index ea458482fd7..28f2eb538f2 100644 --- a/.github/workflows/test-core-components.yaml +++ b/.github/workflows/test-core-components.yaml @@ -44,7 +44,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: pnpm lint diff --git a/.github/workflows/test-intellij.yaml b/.github/workflows/test-intellij.yaml index ad75068f0a7..59d70479daa 100644 --- a/.github/workflows/test-intellij.yaml +++ b/.github/workflows/test-intellij.yaml @@ -42,7 +42,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: pnpm turbo run build --scope=@previewjs/intellij-controller --include-dependencies diff --git a/.github/workflows/test-vscode.yaml b/.github/workflows/test-vscode.yaml index 5d69dfd24cc..a51c67a20bb 100644 --- a/.github/workflows/test-vscode.yaml +++ b/.github/workflows/test-vscode.yaml @@ -38,7 +38,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: run_install: true - run: pnpm turbo run build --scope="@previewjs/loader" --include-dependencies