Skip to content

Bump Microsoft.CodeAnalysis from 4.9.2 to 4.14.0 #16

Bump Microsoft.CodeAnalysis from 4.9.2 to 4.14.0

Bump Microsoft.CodeAnalysis from 4.9.2 to 4.14.0 #16

name: Copilot Setup Steps
on:
push:
paths:
- '.github/workflows/copilot-setup-steps.yml'
pull_request:
paths:
- '.github/workflows/copilot-setup-steps.yml'
workflow_dispatch:
jobs:
copilot-setup-steps:
name: copilot-setup-steps
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup .NET environment
uses: ./.github/actions/setup-dotnet