From aac30ac4ecc262c9d599041518d986fe199ec094 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 19:23:14 +0000 Subject: [PATCH 1/2] Initial plan From fad3a4b593cb8c80e199ecd402188c1172680791 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 19:25:31 +0000 Subject: [PATCH 2/2] Bump GitHub Actions to Node.js 24 compatible versions Agent-Logs-Url: https://github.com/PowerShell/vscode-powershell/sessions/66761997-d9e2-4c9e-9e5a-43fdd4db6869 Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com> --- .github/workflows/ci-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c74f31317c..088f48f587 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -25,13 +25,13 @@ jobs: timeout-minutes: 10 steps: - name: Checkout PowerShellEditorServices - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: PowerShell/PowerShellEditorServices path: PowerShellEditorServices - name: Checkout vscode-powershell - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: vscode-powershell @@ -41,7 +41,7 @@ jobs: working-directory: vscode-powershell - name: Install dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: cache: true cache-dependency-path: PowerShellEditorServices/**/*.csproj @@ -52,7 +52,7 @@ jobs: shell: pwsh run: ./vscode-powershell/tools/installPSResources.ps1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 cache: npm