diff --git a/.github/workflows/publish-vscode-extension-pack.yml b/.github/workflows/publish-vscode-extension-pack.yml index c51ac7ac04..14c517c78b 100644 --- a/.github/workflows/publish-vscode-extension-pack.yml +++ b/.github/workflows/publish-vscode-extension-pack.yml @@ -50,7 +50,7 @@ jobs: ref: 'refs/tags/${{ steps.version.outputs.release_name }}', sha: context.sha }) - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: node-version: 22 - name: Publish to VSCode Marketplace diff --git a/.github/workflows/publish-vscode-extension-pre-release.yml b/.github/workflows/publish-vscode-extension-pre-release.yml index 2c4d090f16..9e31f535c6 100644 --- a/.github/workflows/publish-vscode-extension-pre-release.yml +++ b/.github/workflows/publish-vscode-extension-pre-release.yml @@ -26,7 +26,7 @@ jobs: with: java-version: '25' distribution: 'temurin' - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: node-version: 22 - name: Build .VSIX file diff --git a/.github/workflows/publish-vscode-extension.yml b/.github/workflows/publish-vscode-extension.yml index c19802be97..e2af880600 100644 --- a/.github/workflows/publish-vscode-extension.yml +++ b/.github/workflows/publish-vscode-extension.yml @@ -28,7 +28,7 @@ jobs: name: Publish '${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}.vsix' steps: - name: Use Node.js 22.x - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: node-version: 22.x - name: Download Release VSIX diff --git a/.github/workflows/release-vscode-extension.yml b/.github/workflows/release-vscode-extension.yml index 34fc5638ba..dfd47ee336 100644 --- a/.github/workflows/release-vscode-extension.yml +++ b/.github/workflows/release-vscode-extension.yml @@ -59,7 +59,7 @@ jobs: with: java-version: '25' distribution: 'temurin' - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: node-version: 22 - name: Build .VSIX file diff --git a/.github/workflows/snapshot-vscode-extension.yml b/.github/workflows/snapshot-vscode-extension.yml index 78f88731d5..36493768eb 100644 --- a/.github/workflows/snapshot-vscode-extension.yml +++ b/.github/workflows/snapshot-vscode-extension.yml @@ -34,7 +34,7 @@ jobs: with: java-version: '25' distribution: 'temurin' - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: node-version: 22 - name: Build .VSIX file