Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
JustinGrote marked this conversation as resolved.
path: vscode-powershell

Expand All @@ -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
Expand All @@ -52,7 +52,7 @@ jobs:
shell: pwsh
run: ./vscode-powershell/tools/installPSResources.ps1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
Comment thread
JustinGrote marked this conversation as resolved.
node-version: 22
cache: npm
Expand Down
Loading