Skip to content

Commit 68654f0

Browse files
CopilotJustinGrote
andauthored
Bump GitHub Actions to Node.js 24-compatible versions (#5491)
* 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: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
1 parent 794a5f4 commit 68654f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
timeout-minutes: 10
2626
steps:
2727
- name: Checkout PowerShellEditorServices
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
repository: PowerShell/PowerShellEditorServices
3131
path: PowerShellEditorServices
3232

3333
- name: Checkout vscode-powershell
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
path: vscode-powershell
3737

@@ -41,7 +41,7 @@ jobs:
4141
working-directory: vscode-powershell
4242

4343
- name: Install dotnet
44-
uses: actions/setup-dotnet@v4
44+
uses: actions/setup-dotnet@v5
4545
with:
4646
cache: true
4747
cache-dependency-path: PowerShellEditorServices/**/*.csproj
@@ -52,7 +52,7 @@ jobs:
5252
shell: pwsh
5353
run: ./vscode-powershell/tools/installPSResources.ps1
5454

55-
- uses: actions/setup-node@v4
55+
- uses: actions/setup-node@v6
5656
with:
5757
node-version: 22
5858
cache: npm

0 commit comments

Comments
 (0)