diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 94631cd8..51cfaf52 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -10,9 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/setup-dotnet@v1 - with: - dotnet-version: "4.8.1" - uses: actions/setup-dotnet@v1 with: dotnet-version: "5.x"